python3Packages.pytest-astropy: fix build, add missing dep
This commit is contained in:
parent
ade4b7c9f1
commit
66b8d7c967
1 changed files with 6 additions and 4 deletions
|
@ -3,12 +3,13 @@
|
|||
, fetchPypi
|
||||
, hypothesis
|
||||
, pytest
|
||||
, pytest-arraydiff
|
||||
, pytest-astropy-header
|
||||
, pytest-doctestplus
|
||||
, pytest-filter-subpackage
|
||||
, pytest-remotedata
|
||||
, pytest-mock
|
||||
, pytest-openfiles
|
||||
, pytest-arraydiff
|
||||
, pytest-remotedata
|
||||
, setuptools-scm
|
||||
, pythonOlder
|
||||
}:
|
||||
|
@ -33,12 +34,13 @@ buildPythonPackage rec {
|
|||
|
||||
propagatedBuildInputs = [
|
||||
hypothesis
|
||||
pytest-arraydiff
|
||||
pytest-astropy-header
|
||||
pytest-doctestplus
|
||||
pytest-filter-subpackage
|
||||
pytest-remotedata
|
||||
pytest-mock
|
||||
pytest-openfiles
|
||||
pytest-arraydiff
|
||||
pytest-remotedata
|
||||
];
|
||||
|
||||
# pytest-astropy is a meta package and has no tests
|
||||
|
|
Loading…
Reference in a new issue