python3Packages.furl: disable failing test for all python version

This commit is contained in:
Ivan Mincik
2024-10-04 12:40:31 +02:00
parent 30816e67d1
commit a8cf628483
@@ -36,7 +36,7 @@ buildPythonPackage rec {
pytestCheckHook
];
disabledTests = lib.optionals (pythonAtLeast "3.12") [
disabledTests = [
# AssertionError: assert '//////path' == '////path'
"test_odd_urls"
];