pgajdos
pgajdos
Ping, please
@alanxz I do not exclude I could try to send some attempt later (do not know cmake much).
Yes.
https://trello.com/c/MO53MocR/143-remove-python3-six
Or, make it optional: ``` Index: requests-mock-1.12.1/tests/test_adapter.py =================================================================== --- requests-mock-1.12.1.orig/tests/test_adapter.py +++ requests-mock-1.12.1/tests/test_adapter.py @@ -14,9 +14,14 @@ import http.client import io import json import re +import unittest import urllib.parse -import purl...
@Bahgirl, I could not reproduce, what is the command you are using, please?
Thanks @Bahgirl
I experience the same test failure, with `libxml2` 2.14.5, `python-lxml` 6.0.2, `python-pyquery` 2.0.1. Here are build logs: **python-lxml** https://build.opensuse.org/package/show/home:pgajdos:libxml2/python-lxml https://build.opensuse.org/package/live_build_log/home:pgajdos:libxml2/python-lxml/openSUSE_Tumbleweed/x86_64 **python-pyquery** https://build.opensuse.org/package/show/home:pgajdos:libxml2/python-pyquery https://build.opensuse.org/package/live_build_log/home:pgajdos:libxml2/python-pyquery:test/openSUSE_Tumbleweed/x86_64 python-lxml 6.0.2 changelog says: * LP#2125278: Compilation...
(I am skipping these tests now, otherwise it fails as the reporter says. I can remove them from skip list whenever you want.)
@doxygen, I see the same test failure after `libxml2` version update to 2.14.5 (from 2.13.8). I am willing to provide files, but unfortunately do not know exact commands to run....