pythonPackages.pytest*: Move pytest to buildInputs to allow easy overriding pytest
This commit is contained in:
committed by
Frederik Rietdijk
parent
970aea96fa
commit
60a10e0989
@@ -25,10 +25,11 @@ buildPythonPackage rec {
|
||||
toml
|
||||
];
|
||||
|
||||
buildInputs = [ pytest ];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
requests
|
||||
psutil
|
||||
pytest
|
||||
zc_lockfile
|
||||
] ++ lib.optional (!isPy3k) subprocess32;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user