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

linkchecker: Fix disabledTestPaths on darwin

authored by Robert Hensing and committed by GitHub 128da35e c2aa9120

-1
-1
pkgs/tools/networking/linkchecker/default.nix
··· 51 ] ++ lib.optionals stdenv.isDarwin [ 52 "tests/checker/test_content_allows_robots.py" 53 "tests/checker/test_http*.py" 54 - "tests/checker/test_noproxy.py" 55 "tests/test_network.py" 56 ]; 57
··· 51 ] ++ lib.optionals stdenv.isDarwin [ 52 "tests/checker/test_content_allows_robots.py" 53 "tests/checker/test_http*.py" 54 "tests/test_network.py" 55 ]; 56