From c56ccbc207343b23ede57e4443bd0b5696a8e050 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20Wr=C3=B3bel?= Date: Mon, 19 Sep 2016 01:47:21 +0200 Subject: [PATCH] Upgrade py.test to 2.9.2. On 3.x tests seem to be failing at the moment. --- requirements-development.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-development.txt b/requirements-development.txt index 78ccdc91..1ac48b58 100644 --- a/requirements-development.txt +++ b/requirements-development.txt @@ -1,5 +1,5 @@ -e . -pytest==2.8.2 +pytest>=2.9.0,<3.0 pytest-django pytest-factoryboy fake-factory