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,9 +25,10 @@ buildPythonPackage rec {
|
||||
setuptools_scm
|
||||
];
|
||||
|
||||
buildInputs = [ pytest ];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
hypothesis
|
||||
pytest
|
||||
pytest-astropy-header
|
||||
pytest-doctestplus
|
||||
pytest-filter-subpackage
|
||||
|
||||
Reference in New Issue
Block a user