python311Packages.astroquery: add missing pytest pluggins

This commit is contained in:
annalee 2024-05-09 11:33:50 +00:00
parent 1b8f21cb61
commit 98919aa46a
No known key found for this signature in database

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