pythonPackages.django: django_1_11 -> django_lts
This commit is contained in:
committed by
Frederik Rietdijk
parent
17a0ec03cc
commit
2711c7477d
@@ -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
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user