python3Packages.furl: disable failing test for all python version

(cherry picked from commit a8cf628483)
This commit is contained in:
Ivan Mincik 2024-10-04 12:40:31 +02:00 committed by github-actions[bot]
parent 2936c732ec
commit fca7ec4d5e

View File

@ -36,7 +36,7 @@ buildPythonPackage rec {
pytestCheckHook
];
disabledTests = lib.optionals (pythonAtLeast "3.12") [
disabledTests = [
# AssertionError: assert '//////path' == '////path'
"test_odd_urls"
];