Loading pkgs/development/python-modules/pydyf/default.nix +3 −1 Original line number Diff line number Diff line Loading @@ -6,6 +6,7 @@ ghostscript, pillow, pytestCheckHook, pytest-cov-stub, pythonOlder, }: Loading @@ -23,7 +24,7 @@ buildPythonPackage rec { postPatch = '' substituteInPlace pyproject.toml \ --replace "--isort --flake8 --cov --no-cov-on-fail" "" --replace "--isort --flake8" "" ''; nativeBuildInputs = [ flit-core ]; Loading @@ -32,6 +33,7 @@ buildPythonPackage rec { ghostscript pillow pytestCheckHook pytest-cov-stub ]; pythonImportsCheck = [ "pydyf" ]; Loading Loading
pkgs/development/python-modules/pydyf/default.nix +3 −1 Original line number Diff line number Diff line Loading @@ -6,6 +6,7 @@ ghostscript, pillow, pytestCheckHook, pytest-cov-stub, pythonOlder, }: Loading @@ -23,7 +24,7 @@ buildPythonPackage rec { postPatch = '' substituteInPlace pyproject.toml \ --replace "--isort --flake8 --cov --no-cov-on-fail" "" --replace "--isort --flake8" "" ''; nativeBuildInputs = [ flit-core ]; Loading @@ -32,6 +33,7 @@ buildPythonPackage rec { ghostscript pillow pytestCheckHook pytest-cov-stub ]; pythonImportsCheck = [ "pydyf" ]; Loading