pythonPackages.django: django_1_11 -> django_lts

This commit is contained in:
Lancelot SIX
2020-01-28 12:27:28 +01:00
committed by Frederik Rietdijk
parent 17a0ec03cc
commit 2711c7477d
6 changed files with 19 additions and 2 deletions

View File

@@ -6,6 +6,7 @@
, pytest_xdist
, pytest-django
, mock
, django
}:
buildPythonPackage rec {
@@ -27,6 +28,8 @@ buildPythonPackage rec {
mock
];
disabled = lib.versionAtLeast django.version "2.0";
checkPhase = ''
pytest
'';