Loading pkgs/development/python-modules/marshmallow-polyfield/default.nix +7 −8 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ marshmallow, pythonOlder, pytestCheckHook, pytest-cov-stub, setuptools, }: Loading @@ -22,16 +23,14 @@ buildPythonPackage rec { hash = "sha256-jbpeyih2Ccw1Rk+QcXRO9AfN5B/DhZmxa/M6FzXHqqs="; }; postPatch = '' substituteInPlace setup.cfg \ --replace "--cov=marshmallow_polyfield" "" ''; build-system = [ setuptools ]; nativeBuildInputs = [ setuptools ]; dependencies = [ marshmallow ]; propagatedBuildInputs = [ marshmallow ]; nativeCheckInputs = [ pytestCheckHook ]; nativeCheckInputs = [ pytestCheckHook pytest-cov-stub ]; pythonImportsCheck = [ "marshmallow" ]; Loading Loading
pkgs/development/python-modules/marshmallow-polyfield/default.nix +7 −8 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ marshmallow, pythonOlder, pytestCheckHook, pytest-cov-stub, setuptools, }: Loading @@ -22,16 +23,14 @@ buildPythonPackage rec { hash = "sha256-jbpeyih2Ccw1Rk+QcXRO9AfN5B/DhZmxa/M6FzXHqqs="; }; postPatch = '' substituteInPlace setup.cfg \ --replace "--cov=marshmallow_polyfield" "" ''; build-system = [ setuptools ]; nativeBuildInputs = [ setuptools ]; dependencies = [ marshmallow ]; propagatedBuildInputs = [ marshmallow ]; nativeCheckInputs = [ pytestCheckHook ]; nativeCheckInputs = [ pytestCheckHook pytest-cov-stub ]; pythonImportsCheck = [ "marshmallow" ]; Loading