Skip to content

Commit

Permalink
python.pkgs.pytest-faulthandler: fix build
Browse files Browse the repository at this point in the history
fallout of #54182

(cherry picked from commit 2413b2a)
  • Loading branch information
Robert Schütz committed Mar 26, 2019
1 parent f02e43e commit 921b2cc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ buildPythonPackage rec {
sha256 = "bf8634c3fd6309ef786ec03b913a5366163fdb094ebcfdebc35626400d790e0d";
};

buildInputs = [ setuptools_scm pytest ];
nativeBuildInputs = [ setuptools_scm pytest ];
checkInputs = [ pytest-mock ];
propagatedBuildInputs = lib.optional (pythonOlder "3.0") faulthandler;

Expand Down

0 comments on commit 921b2cc

Please sign in to comment.