summaryrefslogtreecommitdiffstats
path: root/pkgs
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2020-12-08 02:55:13 +0100
committerSandro Jäckel <sandro.jaeckel@gmail.com>2020-12-08 05:06:17 +0100
commit0cd4108172332036cf117551b2b191f7216dceda (patch)
tree7629f6e88369fd9892e4c3a28f88379ae839c312 /pkgs
parentb101b25cef84b545dd5486f60849bcd66c99022c (diff)
linkchecker: Fix failing tests
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/tools/networking/linkchecker/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/networking/linkchecker/default.nix b/pkgs/tools/networking/linkchecker/default.nix
index 2418d7e90cc6..746a99ede59f 100644
--- a/pkgs/tools/networking/linkchecker/default.nix
+++ b/pkgs/tools/networking/linkchecker/default.nix
@@ -38,7 +38,7 @@ buildPythonApplication rec {
checkPhase = ''
${lib.optionalString stdenv.isDarwin ''
# network tests fails on darwin
- rm tests/test_network.py
+ rm tests/test_network.py tests/checker/test_http*.py tests/checker/test_content_allows_robots.py tests/checker/test_noproxy.py
''}
pytest --ignore=tests/checker/{test_telnet,telnetserver}.py \
-k 'not TestLoginUrl and not test_timeit2'