python3Packages.pytest-cov: fix build, add missing deps
This commit is contained in:
parent
1603996fa0
commit
62fafe2329
1 changed files with 2 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
|||
, fetchPypi
|
||||
, pytest
|
||||
, coverage
|
||||
, toml
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
|
@ -16,7 +17,7 @@ buildPythonPackage rec {
|
|||
|
||||
buildInputs = [ pytest ];
|
||||
|
||||
propagatedBuildInputs = [ coverage ];
|
||||
propagatedBuildInputs = [ coverage toml ];
|
||||
|
||||
# xdist related tests fail with the following error
|
||||
# OSError: [Errno 13] Permission denied: 'py/_code'
|
||||
|
|
Loading…
Reference in a new issue