Unverified Commit 74cfe065 authored by OTABI Tomoya's avatar OTABI Tomoya Committed by GitHub
Browse files

Merge pull request #246925 from tjni/django-extensions

python3.pkgs.django-extensions: add pip to test dependencies
parents da5c3bde 6464ea45
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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