summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorMarc Mueller <30130371+cdce8p@users.noreply.github.com>2021-02-21 18:27:17 +0100
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-02-28 21:52:27 +0100
commitfe01c24e9720eb8ef802a4e4b59edc83c043f6c8 (patch)
tree10381b7359585b5438ef0fce662727e4f007c745 /tox.ini
parentcc8d9185d1b0ca79ed49efd0ee2d3cae5b1cacbb (diff)
downloadpylint-git-fe01c24e9720eb8ef802a4e4b59edc83c043f6c8.tar.gz
CI improvements from pinning astroid version
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini7
1 files changed, 4 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index 390e11b9d..681e13a20 100644
--- a/tox.ini
+++ b/tox.ini
@@ -6,7 +6,7 @@ skip_missing_interpreters = true
[testenv:pylint]
deps =
- git+https://github.com/pycqa/astroid@master
+ astroid==2.5.0
pytest
commands =
# This would be greatly simplified by a solution for https://github.com/PyCQA/pylint/issues/352
@@ -56,7 +56,7 @@ commands =
[testenv]
deps =
- https://github.com/PyCQA/astroid/tarball/master#egg=astroid
+ astroid==2.5.0
coverage<5.0
mccabe
isort
@@ -127,7 +127,7 @@ commands =
[testenv:benchmark]
deps =
- https://github.com/PyCQA/astroid/tarball/master#egg=astroid
+ astroid==2.5.0
coverage<5.0
mccabe
pytest
@@ -149,6 +149,7 @@ commands =
[testenv:profile_against_external]
deps =
+ astroid==2.5.0
https://github.com/PyCQA/astroid/tarball/master#egg=astroid
gprof2dot
mccabe