mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-03 02:33:15 +00:00
python3Packages.pytest-cov: fix deps
This commit is contained in:
parent
af071722cd
commit
0d2625632b
@ -4,6 +4,7 @@
|
||||
, pytest
|
||||
, coverage
|
||||
, toml
|
||||
, tomli
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@ -17,7 +18,7 @@ buildPythonPackage rec {
|
||||
|
||||
buildInputs = [ pytest ];
|
||||
|
||||
propagatedBuildInputs = [ coverage toml ];
|
||||
propagatedBuildInputs = [ coverage toml tomli ];
|
||||
|
||||
# xdist related tests fail with the following error
|
||||
# OSError: [Errno 13] Permission denied: 'py/_code'
|
||||
|
Loading…
Reference in New Issue
Block a user