Merge pull request #212633 from hercules-ci/fix-linkchecker-darwin
linkchecker: Fix disabledTestPaths on darwin
This commit is contained in:
@@ -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"
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user