python310Packages.tld: remove tox, pytest-cov dependency

This commit is contained in:
Sandro Jäckel
2022-11-15 23:49:10 +01:00
parent 026f64fc17
commit 1d8aaab8e5
@@ -3,9 +3,7 @@
, factory_boy
, faker
, fetchPypi
, pytest-cov
, pytestCheckHook
, tox
}:
buildPythonPackage rec {
@@ -20,9 +18,7 @@ buildPythonPackage rec {
checkInputs = [
factory_boy
faker
pytest-cov
pytestCheckHook
tox
];
# these tests require network access, but disabledTestPaths doesn't work.