Unverified Commit 6464ea45 authored by Theodore Ni's avatar Theodore Ni
Browse files

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

parent 91991a33
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