[arch-commits] Commit in python-soupsieve/trunk (PKGBUILD)

Evangelos Foutras foutrelis at gemini.archlinux.org
Thu Dec 2 01:09:55 UTC 2021


    Date: Thursday, December 2, 2021 @ 01:09:55
  Author: foutrelis
Revision: 1061544

Ignore two tests that fail with libxml 2.9.11

Modified:
  python-soupsieve/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-02 01:09:43 UTC (rev 1061543)
+++ PKGBUILD	2021-12-02 01:09:55 UTC (rev 1061544)
@@ -20,7 +20,10 @@
 
 check() {
   cd soupsieve-$pkgver
-  pytest
+  # https://gitlab.gnome.org/GNOME/libxml2/-/issues/312
+  pytest \
+    --deselect tests/test_extra/test_soup_contains.py::TestSoupContains::test_contains_cdata_html \
+    --deselect tests/test_extra/test_soup_contains_own.py::TestSoupContainsOwn::test_contains_own_cdata_html
 }
 
 package() {



More information about the arch-commits mailing list