pythonPackages.pytest*: Move pytest to buildInputs to allow easy overriding pytest
This commit is contained in:
committed by
Frederik Rietdijk
parent
970aea96fa
commit
60a10e0989
@@ -11,7 +11,9 @@ buildPythonPackage rec {
|
||||
|
||||
nativeBuildInputs = [ setuptools-scm ];
|
||||
|
||||
propagatedBuildInputs = [ packaging pytest ];
|
||||
buildInputs = [ pytest ];
|
||||
|
||||
propagatedBuildInputs = [ packaging ];
|
||||
|
||||
# pypi does not contain tests and GitHub archive is not supported because setuptools-scm can't detect the version
|
||||
doCheck = false;
|
||||
|
||||
Reference in New Issue
Block a user