summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorDoron Behar <doron.behar@gmail.com>2020-12-11 18:44:24 +0200
committerGitHub <noreply@github.com>2020-12-11 18:44:24 +0200
commit945d4b00db75ee257f20821114bfd29a8e770991 (patch)
treef77e62339b9e50fe0f4aede9368e3b43f9ec2727 /pkgs/tools
parent5b8d7aab43948e7e0b0e52680ee6a6648837f8e1 (diff)
parent0cd4108172332036cf117551b2b191f7216dceda (diff)
downloadnixpkgs-945d4b00db75ee257f20821114bfd29a8e770991.tar
nixpkgs-945d4b00db75ee257f20821114bfd29a8e770991.tar.gz
nixpkgs-945d4b00db75ee257f20821114bfd29a8e770991.tar.bz2
nixpkgs-945d4b00db75ee257f20821114bfd29a8e770991.tar.lz
nixpkgs-945d4b00db75ee257f20821114bfd29a8e770991.tar.xz
nixpkgs-945d4b00db75ee257f20821114bfd29a8e770991.tar.zst
nixpkgs-945d4b00db75ee257f20821114bfd29a8e770991.zip
Merge pull request #106309 from SuperSandro2000/feature/bump_pyxdg
khal,stig,deluge_1,libtorrent-rasterbar,linkchecker: Disable failing tests
Diffstat (limited to 'pkgs/tools')
-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 2418d7e90cc..746a99ede59 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'