From 5946e103278c691f56ed585f2218f1f99abf06d0 Mon Sep 17 00:00:00 2001 From: Robert Hensing Date: Wed, 25 Jan 2023 16:36:33 +0100 Subject: [PATCH] linkchecker: Fix disabledTestPaths on darwin `tests/checker/test_noproxy.py` was removed in https://github.com/linkchecker/linkchecker/commit/fe5a34c68f7a16443413898192eb1db25b10b506 https://github.com/linkchecker/linkchecker/pull/589 --- pkgs/tools/networking/linkchecker/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/tools/networking/linkchecker/default.nix b/pkgs/tools/networking/linkchecker/default.nix index 3d245abf376..c78c12c8fa7 100644 --- a/pkgs/tools/networking/linkchecker/default.nix +++ b/pkgs/tools/networking/linkchecker/default.nix @@ -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" ];