mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 17:03:01 +00:00
python3Packages.furl: disable failing test for all python version
(cherry picked from commit a8cf628483
)
This commit is contained in:
parent
2936c732ec
commit
fca7ec4d5e
@ -36,7 +36,7 @@ buildPythonPackage rec {
|
||||
pytestCheckHook
|
||||
];
|
||||
|
||||
disabledTests = lib.optionals (pythonAtLeast "3.12") [
|
||||
disabledTests = [
|
||||
# AssertionError: assert '//////path' == '////path'
|
||||
"test_odd_urls"
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user