From 665321240eaf6093f13ffeeab40c90f12d4d5ccc Mon Sep 17 00:00:00 2001 From: Sam Brightman Date: Tue, 6 Oct 2020 10:14:19 +0100 Subject: [PATCH] Remove restrictions added before wipeenv on Travis virtualenv --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index fe931cb..9bafafb 100644 --- a/setup.py +++ b/setup.py @@ -41,7 +41,6 @@ def main(): "flake8_docstrings", "isort<5", "more-itertools<6", - "py>=1.4.29", "pydocstyle<4", "pylint-venv<2", "pylint<2; python_version<'3.5'", @@ -54,7 +53,7 @@ def main(): "pytest-pylint<0.10; python_version<'2.7' or (python_version>='3' and python_version<'3.4')", "pytest-pylint<0.15; (python_version>='2.7' and python_version<'3') or python_version>='3.4'", "pytest<3; python_version<'2.7' or (python_version>='3' and python_version<'3.4')", - "pytest>=2.7,<4.7; (python_version>='2.7' and python_version<'3') or python_version>='3.4'", + "pytest<5; (python_version>='2.7' and python_version<'3') or python_version>='3.4'", "typed_ast<1.3; python_version>='3' and python_version<'3.5'", "typing<3.7; python_version>='3' and python_version<'3.5'", "zipp<3",