Merge pull request #133497 from applePrincess/fix-pytest-astropy
This commit is contained in:
commit
5df4245fc8
@ -26,6 +26,9 @@ buildPythonPackage rec {
|
||||
propagatedBuildInputs = [
|
||||
pytest-doctestplus
|
||||
pytest-cov
|
||||
];
|
||||
|
||||
checkInputs = [
|
||||
pytestCheckHook
|
||||
];
|
||||
|
||||
|
@ -17,6 +17,7 @@
|
||||
, numpy
|
||||
, pandas
|
||||
, parfive
|
||||
, pytestCheckHook
|
||||
, pytest-astropy
|
||||
, pytest-mock
|
||||
, pytest-cov
|
||||
@ -67,6 +68,7 @@ buildPythonPackage rec {
|
||||
|
||||
checkInputs = [
|
||||
hypothesis
|
||||
pytestCheckHook
|
||||
pytest-astropy
|
||||
pytest-cov
|
||||
pytest-mock
|
||||
|
Loading…
Reference in New Issue
Block a user