lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python3Packages.xmldiff: disable failing test

+5
+5
pkgs/development/python-modules/xmldiff/default.nix
··· 29 29 30 30 nativeCheckInputs = [ pytestCheckHook ]; 31 31 32 + disabledTests = [ 33 + # lxml 6.0 compat issue 34 + "test_api_diff_texts" 35 + ]; 36 + 32 37 pythonImportsCheck = [ "xmldiff" ]; 33 38 34 39 meta = {