about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2022-11-18 15:19:11 +0100
committerGitHub <noreply@github.com>2022-11-18 15:19:11 +0100
commit203904c766bffc504efd0f3028a9d67af46d5363 (patch)
tree69176459bc9bb4905f2042c4d6666740812b1015
parent9f7fe9becca3ca7c51e04fb0461ca99802dcc30c (diff)
parent1d8aaab8e5aa18ab81abe2a024aa7aaadee5a74b (diff)
Merge pull request #201390 from SuperSandro2000/python-tld
python310Packages.tld: remove tox, pytest-cov dependency
-rw-r--r--pkgs/development/python-modules/tld/default.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/pkgs/development/python-modules/tld/default.nix b/pkgs/development/python-modules/tld/default.nix
index 178ce54c8846e..d64acf2db5f2d 100644
--- a/pkgs/development/python-modules/tld/default.nix
+++ b/pkgs/development/python-modules/tld/default.nix
@@ -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.