python3Packages.pytest-astropy: fix build, add missing dep

This commit is contained in:
Jonathan Ringer 2021-11-02 09:30:28 -07:00
parent ade4b7c9f1
commit 66b8d7c967
No known key found for this signature in database
GPG key ID: 5C841D3CFDFEC4E0

View file

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