From fe01c24e9720eb8ef802a4e4b59edc83c043f6c8 Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Sun, 21 Feb 2021 18:27:17 +0100 Subject: CI improvements from pinning astroid version --- tox.ini | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'tox.ini') 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 -- cgit v1.2.1