summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--setup.cfg5
1 files changed, 4 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 71f9a1bf9..1699b1f32 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -45,7 +45,10 @@ packages = find:
install_requires =
dill>=0.2
platformdirs>=2.2.0
- astroid>=2.9.2,<2.10 # (You should also upgrade requirements_test_min.txt)
+ # Also upgrade requirements_test_min.txt if you are bumping astroid.
+ # Pinned to dev of next minor update to allow editable installs,
+ # see https://github.com/PyCQA/astroid/issues/1341
+ astroid>=2.9.2,<=2.10.0-dev0
isort>=4.2.5,<6
mccabe>=0.6,<0.7
toml>=0.9.2