diff options
| author | Vladimír Čunát <v@cunat.cz> | 2024-11-01 06:58:58 +0100 |
|---|---|---|
| committer | Vladimír Čunát <v@cunat.cz> | 2024-11-01 06:58:58 +0100 |
| commit | 3267f3dbada8d63687ede962110e1faaa699f822 (patch) | |
| tree | bb9db5f43a80ea4e46f46ce66ffed0a5c784a821 /pkgs/development/python-modules/furl/default.nix | |
| parent | Merge release-24.05 into staging-next-24.05 (diff) | |
| parent | Merge staging-next-24.05 into staging-24.05 (diff) | |
| download | nixpkgs-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.nix | 2 |
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" ]; |
