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/03/13 13:47:09 UTC

[airflow] 01/01: Fix constraints for flake8

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

potiuk pushed a commit to tag constraints-2.2.3
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit b6163ffc68f35d5e91870d7c761f08f1f82e7232
Author: Jarek Potiuk <ja...@potiuk.com>
AuthorDate: Sun Mar 13 14:44:09 2022 +0100

    Fix constraints for flake8
    
    Likely newer version of `pip` is better with recognizing the
    conflict of flake and importlib and we need to manually correct
    the constraints and downgrade flake8 (this is a dev dependency
    so it should be no problem anyway)
---
 constraints-3.7.txt                  | 2 +-
 constraints-source-providers-3.7.txt | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/constraints-3.7.txt b/constraints-3.7.txt
index f83f1af..40c9cdf 100644
--- a/constraints-3.7.txt
+++ b/constraints-3.7.txt
@@ -227,7 +227,7 @@ fastavro==1.4.7
 filelock==3.4.0
 fissix==21.11.13
 flake8-colors==0.1.9
-flake8==4.0.1
+flake8==3.9.2
 flaky==3.7.0
 flower==1.0.0
 freezegun==1.1.0
diff --git a/constraints-source-providers-3.7.txt b/constraints-source-providers-3.7.txt
index d2782d4..1687e1e 100644
--- a/constraints-source-providers-3.7.txt
+++ b/constraints-source-providers-3.7.txt
@@ -156,7 +156,7 @@ fastavro==1.4.7
 filelock==3.4.0
 fissix==21.11.13
 flake8-colors==0.1.9
-flake8==4.0.1
+flake8==3.9.2
 flaky==3.7.0
 flower==1.0.0
 freezegun==1.1.0