lol

python310Packages.tld: remove tox, pytest-cov dependency

-4
-4
pkgs/development/python-modules/tld/default.nix
··· 3 3 , factory_boy 4 4 , faker 5 5 , fetchPypi 6 - , pytest-cov 7 6 , pytestCheckHook 8 - , tox 9 7 }: 10 8 11 9 buildPythonPackage rec { ··· 20 18 checkInputs = [ 21 19 factory_boy 22 20 faker 23 - pytest-cov 24 21 pytestCheckHook 25 - tox 26 22 ]; 27 23 28 24 # these tests require network access, but disabledTestPaths doesn't work.