Commit 3cb9ae95 authored by dramforever's avatar dramforever
Browse files

python3Packages.inkex: Skip .inx file related tests

These fail on libxml2 >= 2.15 because schematron support is disabled.
These should not affect runtime functionality since it's just testing
that files in inkex are well-formed.
parent 12563242
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -72,6 +72,9 @@ buildPythonPackage {
    "tests/test_inkex_gui_window.py"
    # Failed to find pixmap 'image-missing' in /build/source/tests/data/
    "tests/test_inkex_gui_pixmaps.py"
    # Fails with libxml2 >= 2.15 with "lxml.etree was compiled without Schematron support"
    "inkex/tester/test_inx_file.py"
    "tests/test_inkex_inx.py"
  ];

  postPatch = ''