summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-12-19 18:20:44 +0100
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-12-19 18:20:44 +0100
commit4f0c0388b744cd1784126b47d5eb9097d9a6eb58 (patch)
tree19c38209732f7f40e9d98316eb82807232e085e3
parent476a924c37ecda6b6f6df36899e6d92b0aaf3e7a (diff)
downloadpylint-git-upgrade-astroid-2.9.1.tar.gz
Revert "Upgrade astroid to 2.9.1"upgrade-astroid-2.9.1
This reverts commit 1712a48c71dd9b1840a3323435384df618c0399d. In order to test the regression tests.
-rw-r--r--requirements_test_min.txt2
-rw-r--r--setup.cfg2
2 files changed, 2 insertions, 2 deletions
diff --git a/requirements_test_min.txt b/requirements_test_min.txt
index 955b6683e..a0e339897 100644
--- a/requirements_test_min.txt
+++ b/requirements_test_min.txt
@@ -1,6 +1,6 @@
-e .
# astroid dependency is also defined in setup.cfg
-astroid==2.9.1 # Pinned to a specific version for tests
+astroid==2.9.0 # Pinned to a specific version for tests
pytest~=6.2
pytest-benchmark~=3.4
gitpython>3
diff --git a/setup.cfg b/setup.cfg
index bad9ea191..2a0bb250a 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -44,7 +44,7 @@ project_urls =
packages = find:
install_requires =
platformdirs>=2.2.0
- astroid>=2.9.1,<2.10 # (You should also upgrade requirements_test_min.txt)
+ astroid>=2.9.0,<2.10 # (You should also upgrade requirements_test_min.txt)
isort>=4.2.5,<6
mccabe>=0.6,<0.7
toml>=0.9.2