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

linkchecker: Fix disabledTestPaths on darwin
This commit is contained in:
Robert Hensing
2023-01-25 17:25:28 +01:00
committed by GitHub
@@ -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"
];