From de72cd7a4a59c8cb663e876d32392da6f27dd656 Mon Sep 17 00:00:00 2001 From: Dwayne Bailey Date: Thu, 14 Jan 2016 16:43:34 +0000 Subject: [PATCH] Django 1.9: update pytest-django to fix import confusion This needs pytest-django > 2.9.1 https://github.com/pytest-dev/pytest-django/blob/master/docs/changelog.rst#291 See https://github.com/pytest-dev/pytest-django/issues/289 Specially comments: https://github.com/pytest-dev/pytest-django/issues/289#issuecomment-162194216 --- requirements/tests.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index 530ab9b1303..50d01a8ca05 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -4,4 +4,5 @@ factory_boy>=2.5.2 pytest pytest-catchlog pytest-cov -pytest-django>=2.8,<2.9 +#pytest-django>=2.8,<2.9 +-e git+https://github.com/pytest-dev/pytest-django.git#egg=pytest-django