mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-18 13:19:10 +03:00
Merge pull request #212633 from hercules-ci/fix-linkchecker-darwin
linkchecker: Fix disabledTestPaths on darwin
This commit is contained in:
commit
128da35e61
@ -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