linkchecker: Fix disabledTestPaths on darwin

`tests/checker/test_noproxy.py` was removed in
fe5a34c68f
https://github.com/linkchecker/linkchecker/pull/589
This commit is contained in:
Robert Hensing 2023-01-25 16:36:33 +01:00
parent 1b1f50645a
commit 5946e10327

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