Skip to content

Commit

Permalink
python311Packages.furl: disable test for all python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
vcunat authored and Erethon committed Oct 8, 2024
1 parent 4e9ed75 commit 1749689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/furl/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ buildPythonPackage rec {
pytestCheckHook
];

disabledTests = lib.optionals (pythonAtLeast "3.12") [
disabledTests = [
# AssertionError: assert '//////path' == '////path'
"test_odd_urls"
];
Expand Down

0 comments on commit 1749689

Please sign in to comment.