Merge pull request #310311 from annaleeleaves/astroquery-pytests
python311Packages.astroquery: add missing pytest pluggins
This commit is contained in:
commit
53ad1dba08
1 changed files with 8 additions and 1 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue