From 993ef737b141433d80c6e7cccf622331a0e2c3b6 Mon Sep 17 00:00:00 2001 From: grewn0uille Date: Wed, 1 Aug 2018 12:02:26 +0200 Subject: [PATCH] Temporary fix pytest version, https://github.com/pytest-dev/pytest/issues/3742 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c037905..667214d 100755 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ pytest_runner = ['pytest-runner'] if needs_pytest else [] tests_requirements = [ - 'pytest', + 'pytest==3.6.4', 'pytest-cov', 'pytest-factoryboy', 'pytest-flake8',