Skip to content

Commit

Permalink
Merge pull request #246925 from tjni/django-extensions
Browse files Browse the repository at this point in the history
python3.pkgs.django-extensions: add pip to test dependencies
  • Loading branch information
natsukium authored Aug 16, 2023
2 parents da5c3bd + 6464ea4 commit 74cfe06
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/development/python-modules/django-extensions/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
, django
, factory_boy
, mock
, pip
, pygments
, pytest-django
, pytestCheckHook
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 74cfe06

Please sign in to comment.