From 8f280f4cb8edc5f41305ca9221a8320eafff7f33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20=C4=8Cun=C3=A1t?= Date: Fri, 27 Sep 2024 10:59:19 +0200 Subject: [PATCH] python3Packages.furl: add link to upstream issue --- pkgs/development/python-modules/furl/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/furl/default.nix b/pkgs/development/python-modules/furl/default.nix index 4431e2c86867..8fcaeb27d04a 100644 --- a/pkgs/development/python-modules/furl/default.nix +++ b/pkgs/development/python-modules/furl/default.nix @@ -38,6 +38,7 @@ buildPythonPackage rec { disabledTests = [ # AssertionError: assert '//////path' == '////path' + # https://github.com/gruns/furl/issues/176 "test_odd_urls" ];