Merge pull request #246925 from tjni/django-extensions

python3.pkgs.django-extensions: add pip to test dependencies

authored by OTABI Tomoya and committed by GitHub 74cfe065 da5c3bde

+2
+2
pkgs/development/python-modules/django-extensions/default.nix
··· 5 , django 6 , factory_boy 7 , mock 8 , pygments 9 , pytest-django 10 , pytestCheckHook ··· 46 nativeCheckInputs = [ 47 factory_boy 48 mock 49 pygments # not explicitly declared in setup.py, but some tests require it 50 pytest-django 51 pytestCheckHook
··· 5 , django 6 , factory_boy 7 , mock 8 + , pip 9 , pygments 10 , pytest-django 11 , pytestCheckHook ··· 47 nativeCheckInputs = [ 48 factory_boy 49 mock 50 + pip 51 pygments # not explicitly declared in setup.py, but some tests require it 52 pytest-django 53 pytestCheckHook