From ca00ed35beeb4bd1275c86ea4d45febfa554e7f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristi=20V=C3=AEjdea?= Date: Fri, 27 Apr 2018 12:04:20 +0300 Subject: [PATCH] Install pytest-django from PyPI --- requirements/test.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/requirements/test.txt b/requirements/test.txt index 4a1cc9d..66cbe9c 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -3,8 +3,7 @@ pytest>=2.9 pytest-pythonpath>=0.7.1 pytest-cov>=2.5.1 pytest-xdist>=1.22.0 -# latest pip version of pytest-django is more than a year old and does not support Django 2.0 -git+https://github.com/pytest-dev/pytest-django.git@94cccb956435dd7a719606744ee7608397e1eafb +pytest-django>=3.2.0 datadiff==2.0.0 -r testproj.txt