mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 17:07:46 +00:00
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:
parent
1b1f50645a
commit
5946e10327
@ -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"
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user