python3Packages.pytest-astropy: add missing dependencies
This commit is contained in:
parent
691229c5a8
commit
5f07258cac
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user