summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorDamien Baty <damien.baty@polyconseil.fr>2020-07-06 00:07:33 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2020-08-18 09:12:33 +0200
commit52fd8e17c6aedbc68f58f1169363d6cc216f405b (patch)
tree69b33ef2827d029635588f580fd92b5efeab580e /tox.ini
parent89f1a6fa3a73297da5c9e7c53a395fad3de85e3f (diff)
downloadpylint-git-52fd8e17c6aedbc68f58f1169363d6cc216f405b.tar.gz
tox: Don't mention isort in dependencies
isort is already a dependency of pylint, there is no need to mention it explicitly. Except for the "formatting" environment where we want to pin a specific version to avoid noise when a new version of isort is released that reports errors.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 0 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index 221288a1a..6a13e1ce5 100644
--- a/tox.ini
+++ b/tox.ini
@@ -5,7 +5,6 @@ skip_missing_interpreters = true
[testenv:pylint]
deps =
git+https://github.com/pycqa/astroid@master
- isort
pytest
commands =
# This would be greatly simplified by a solution for https://github.com/PyCQA/pylint/issues/352
@@ -56,7 +55,6 @@ commands =
deps =
https://github.com/PyCQA/astroid/tarball/master#egg=astroid-master-2.0
coverage<5.0
- isort
mccabe
# isort 5 is not compatible with Python 3.5
py35: isort>=4.2.5,<5
@@ -148,7 +146,6 @@ commands =
deps =
https://github.com/PyCQA/astroid/tarball/master#egg=astroid-master-2.0
coverage<5.0
- isort
mccabe
pytest
pytest-xdist