Loading pkgs/development/python-modules/python-nvd3/default.nix +4 −5 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ python-slugify, jinja2, setuptools, coverage, pytestCheckHook, }: buildPythonPackage rec { Loading @@ -25,11 +25,10 @@ buildPythonPackage rec { jinja2 setuptools ]; nativeCheckInputs = [ coverage ]; checkPhase = '' coverage run --source=nvd3 setup.py test ''; nativeCheckInputs = [ pytestCheckHook ]; pytestFlagsArray = [ "tests.py" ]; meta = with lib; { homepage = "https://github.com/areski/python-nvd3"; Loading Loading
pkgs/development/python-modules/python-nvd3/default.nix +4 −5 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ python-slugify, jinja2, setuptools, coverage, pytestCheckHook, }: buildPythonPackage rec { Loading @@ -25,11 +25,10 @@ buildPythonPackage rec { jinja2 setuptools ]; nativeCheckInputs = [ coverage ]; checkPhase = '' coverage run --source=nvd3 setup.py test ''; nativeCheckInputs = [ pytestCheckHook ]; pytestFlagsArray = [ "tests.py" ]; meta = with lib; { homepage = "https://github.com/areski/python-nvd3"; Loading