Merge pull request #310311 from annaleeleaves/astroquery-pytests

python311Packages.astroquery: add missing pytest pluggins
This commit is contained in:
Weijia Wang 2024-05-09 18:11:45 +02:00 committed by GitHub
commit 53ad1dba08
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,6 +10,8 @@
, pillow , pillow
, pytest , pytest
, pytest-astropy , pytest-astropy
, pytest-dependency
, pytest-rerunfailures
, pytestCheckHook , pytestCheckHook
, pyvo , pyvo
, astropy-helpers , astropy-helpers
@ -46,11 +48,16 @@ buildPythonPackage rec {
''; '';
nativeCheckInputs = [ nativeCheckInputs = [
pytestCheckHook
];
checkInputs = [
matplotlib matplotlib
pillow pillow
pytest pytest
pytest-astropy pytest-astropy
pytestCheckHook pytest-dependency
pytest-rerunfailures
]; ];
pytestFlagsArray = [ pytestFlagsArray = [