python.pkgs.pytest-faulthandler: fix build
fallout of https://github.com/NixOS/nixpkgs/pull/54182
This commit is contained in:
parent
bd6d607e5b
commit
2413b2ac87
@ -17,7 +17,7 @@ buildPythonPackage rec {
|
|||||||
sha256 = "bf8634c3fd6309ef786ec03b913a5366163fdb094ebcfdebc35626400d790e0d";
|
sha256 = "bf8634c3fd6309ef786ec03b913a5366163fdb094ebcfdebc35626400d790e0d";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ setuptools_scm pytest ];
|
nativeBuildInputs = [ setuptools_scm pytest ];
|
||||||
checkInputs = [ pytest-mock ];
|
checkInputs = [ pytest-mock ];
|
||||||
propagatedBuildInputs = lib.optional (pythonOlder "3.0") faulthandler;
|
propagatedBuildInputs = lib.optional (pythonOlder "3.0") faulthandler;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user