From c38ffa5ffdf726e1f84b908a7c1e3be25b88f1ed Mon Sep 17 00:00:00 2001 From: Syrus Akbary Date: Sat, 14 Oct 2017 12:16:09 +0200 Subject: [PATCH] Update setup.py --- setup.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/setup.py b/setup.py index 4fab193c..5a5f6aa8 100644 --- a/setup.py +++ b/setup.py @@ -41,10 +41,10 @@ class PyTest(TestCommand): sys.exit(errno) tests_require = [ - 'pytest>=3.1.1', - 'pytest-benchmark>=3.1.1', - 'pytest-cov>=2.5.1', - 'pytest-mock>=1.6.2', + 'pytest', + 'pytest-benchmark', + 'pytest-cov', + 'pytest-mock', 'snapshottest', 'coveralls', 'six',