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 5 , django 6 6 , factory_boy 7 7 , mock 8 + , pip 8 9 , pygments 9 10 , pytest-django 10 11 , pytestCheckHook ··· 46 47 nativeCheckInputs = [ 47 48 factory_boy 48 49 mock 50 + pip 49 51 pygments # not explicitly declared in setup.py, but some tests require it 50 52 pytest-django 51 53 pytestCheckHook