summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/furl/default.nix
diff options
context:
space:
mode:
authorVladimír Čunát <v@cunat.cz>2024-11-01 06:58:58 +0100
committerVladimír Čunát <v@cunat.cz>2024-11-01 06:58:58 +0100
commit3267f3dbada8d63687ede962110e1faaa699f822 (patch)
treebb9db5f43a80ea4e46f46ce66ffed0a5c784a821 /pkgs/development/python-modules/furl/default.nix
parentMerge release-24.05 into staging-next-24.05 (diff)
parentMerge staging-next-24.05 into staging-24.05 (diff)
downloadnixpkgs-3267f3dbada8d63687ede962110e1faaa699f822.tar.gz
Merge branch 'staging-24.05' into staging-next-24.05
Diffstat (limited to 'pkgs/development/python-modules/furl/default.nix')
-rw-r--r--pkgs/development/python-modules/furl/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/furl/default.nix b/pkgs/development/python-modules/furl/default.nix
index 4b4f81d1a2aa..4431e2c86867 100644
--- a/pkgs/development/python-modules/furl/default.nix
+++ b/pkgs/development/python-modules/furl/default.nix
@@ -36,7 +36,7 @@ buildPythonPackage rec {
pytestCheckHook
];
- disabledTests = lib.optionals (pythonAtLeast "3.12") [
+ disabledTests = [
# AssertionError: assert '//////path' == '////path'
"test_odd_urls"
];