lol

python310Packages.tld: remove tox, pytest-cov dependency

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