summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorDaniƫl van Noord <13665637+DanielNoord@users.noreply.github.com>2022-01-16 20:16:06 +0100
committerGitHub <noreply@github.com>2022-01-16 20:16:06 +0100
commit9e49b30d7d6df718fe08e3503ff6043a3580e20d (patch)
treec806d5cd4dc6a7c5d9ed359de2696c42492a16c5 /setup.cfg
parentfdd71ee0cad6dc965c4a7bd7bc3d16e2ab564f70 (diff)
downloadpylint-git-9e49b30d7d6df718fe08e3503ff6043a3580e20d.tar.gz
Allow dev version of next minor ``astroid`` version (#5689)
Diffstat (limited to 'setup.cfg')
-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