From d4a55f55b8320f7313e222a0c3341b25073ee869 Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Mon, 25 Jan 2016 18:35:16 +0100 Subject: [PATCH] Revert "Pin pytest" This reverts commit c54aaeb56e77eeda58b16d488bfce6b7a9cecdd6. Fix #325 --- Makefile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/Makefile b/Makefile index a673e05..d32cf3f 100644 --- a/Makefile +++ b/Makefile @@ -31,12 +31,7 @@ install-servers: done install-test: install-servers - pip install \ - pytest==2.8.5 \ - pytest-xprocess \ - pytest-localserver \ - hypothesis \ - pytest-subtesthack + pip install pytest pytest-xprocess pytest-localserver hypothesis pytest-subtesthack [ $(TRAVIS) != "true" ] || pip install coverage codecov test: