Merge pull request #246925 from tjni/django-extensions

python3.pkgs.django-extensions: add pip to test dependencies
This commit is contained in:
OTABI Tomoya 2023-08-16 18:37:58 +09:00 committed by GitHub
commit 74cfe0658e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,6 +5,7 @@
, django
, factory_boy
, mock
, pip
, pygments
, pytest-django
, pytestCheckHook
@ -46,6 +47,7 @@ buildPythonPackage rec {
nativeCheckInputs = [
factory_boy
mock
pip
pygments # not explicitly declared in setup.py, but some tests require it
pytest-django
pytestCheckHook