Unverified Commit 128da35e authored by Robert Hensing's avatar Robert Hensing Committed by GitHub
Browse files

Merge pull request #212633 from hercules-ci/fix-linkchecker-darwin

linkchecker: Fix disabledTestPaths on darwin
parents c2aa9120 5946e103
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -51,7 +51,6 @@ python3.pkgs.buildPythonApplication rec {
  ] ++ lib.optionals stdenv.isDarwin [
    "tests/checker/test_content_allows_robots.py"
    "tests/checker/test_http*.py"
    "tests/checker/test_noproxy.py"
    "tests/test_network.py"
  ];