pythonPackages.pytest*: Move pytest to buildInputs to allow easy overriding pytest
This commit is contained in:
committed by
Frederik Rietdijk
parent
970aea96fa
commit
60a10e0989
@@ -17,7 +17,9 @@ buildPythonPackage rec {
|
||||
# package has no tests
|
||||
doCheck = false;
|
||||
|
||||
propagatedBuildInputs = [ pytest tornado ];
|
||||
buildInputs = [ pytest ];
|
||||
|
||||
propagatedBuildInputs = [ tornado ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "A py.test plugin providing fixtures and markers to simplify testing of asynchronous tornado applications.";
|
||||
|
||||
Reference in New Issue
Block a user