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
commit 128da35e61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
];