pythonPackages.pytest*: Move pytest to buildInputs to allow easy overriding pytest
This commit is contained in:
committed by
Frederik Rietdijk
parent
970aea96fa
commit
60a10e0989
@@ -16,10 +16,11 @@ buildPythonPackage rec {
|
||||
sha256 = "de2d62f53ecc107ed754d70d562adfa7573677a263216a7f19aa332f20dc6c15";
|
||||
};
|
||||
|
||||
buildInputs = [ pytest ];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
numpy
|
||||
six
|
||||
pytest
|
||||
];
|
||||
|
||||
# The tests requires astropy, which itself requires
|
||||
|
||||
Reference in New Issue
Block a user