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
|
, 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 = [
|
||||||
|
|
Loading…
Reference in a new issue