3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #201390 from SuperSandro2000/python-tld

python310Packages.tld: remove tox, pytest-cov dependency
This commit is contained in:
Fabian Affolter 2022-11-18 15:19:11 +01:00 committed by GitHub
commit 203904c766
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.