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
, pytest
, pytest-astropy
, pytest-dependency
, pytest-rerunfailures
, pytestCheckHook
, pyvo
, astropy-helpers
@ -46,11 +48,16 @@ buildPythonPackage rec {
'';
nativeCheckInputs = [
pytestCheckHook
];
checkInputs = [
matplotlib
pillow
pytest
pytest-astropy
pytestCheckHook
pytest-dependency
pytest-rerunfailures
];
pytestFlagsArray = [