python3Packages.pytest-astropy: add missing dependencies

This commit is contained in:
Sébastien Maret 2022-09-27 19:58:20 +02:00
parent 691229c5a8
commit 5f07258cac

View file

@ -1,10 +1,12 @@
{ lib
, buildPythonPackage
, fetchPypi
, attrs
, hypothesis
, pytest
, pytest-arraydiff
, pytest-astropy-header
, pytest-cov
, pytest-doctestplus
, pytest-filter-subpackage
, pytest-mock
@ -33,9 +35,11 @@ buildPythonPackage rec {
];
propagatedBuildInputs = [
attrs
hypothesis
pytest-arraydiff
pytest-astropy-header
pytest-cov
pytest-doctestplus
pytest-filter-subpackage
pytest-mock