From c54aaeb56e77eeda58b16d488bfce6b7a9cecdd6 Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Sun, 24 Jan 2016 13:22:14 +0100 Subject: [PATCH] Pin pytest See #325 --- Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d32cf3f..a673e05 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,12 @@ install-servers: done install-test: install-servers - pip install pytest pytest-xprocess pytest-localserver hypothesis pytest-subtesthack + pip install \ + pytest==2.8.5 \ + pytest-xprocess \ + pytest-localserver \ + hypothesis \ + pytest-subtesthack [ $(TRAVIS) != "true" ] || pip install coverage codecov test: