Merge pull request #133497 from applePrincess/fix-pytest-astropy

This commit is contained in:
Sandro 2021-08-23 11:43:36 +02:00 committed by GitHub
commit 5df4245fc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

View File

@ -26,6 +26,9 @@ buildPythonPackage rec {
propagatedBuildInputs = [
pytest-doctestplus
pytest-cov
];
checkInputs = [
pytestCheckHook
];

View File

@ -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