You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2022/09/20 07:34:17 UTC

[airflow] branch main updated: 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.

potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new 0bca962cd2 isort is now a dev dependency, add it to devel in setup.py (#26510)
0bca962cd2 is described below

commit 0bca962cd2c9671adbe68923e17ebecf66a0c6be
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)
---
 setup.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/setup.py b/setup.py
index a8bcd24e3f..97d2b4c579 100644
--- a/setup.py
+++ b/setup.py
@@ -372,6 +372,7 @@ devel_only = [
     'freezegun',
     'gitpython',
     'ipdb',
+    'isort',
     'jira',
     'jsondiff',
     'mongomock',