You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ep...@apache.org on 2022/10/18 13:10:23 UTC

[airflow] 07/41: isort is now a dev dependency, add it to devel in setup.py (#26510)

This is an automated email from the ASF dual-hosted git repository.

ephraimanierobi pushed a commit to branch v2-4-test
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit bd6d5e7bf54dd6201735e611ad84d69d5c87e22c
Author: Niko <on...@amazon.com>
AuthorDate: Tue Sep 20 00:33:59 2022 -0700

    isort is now a dev dependency, add it to devel in setup.py (#26510)
    
    (cherry picked from commit 0bca962cd2c9671adbe68923e17ebecf66a0c6be)
---
 setup.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/setup.py b/setup.py
index 81637e0855..bd032f3566 100644
--- a/setup.py
+++ b/setup.py
@@ -376,6 +376,7 @@ devel_only = [
     'freezegun',
     'gitpython',
     'ipdb',
+    'isort',
     'jira',
     'jsondiff',
     'mongomock',