python3Packages.pyquery: skip test failing with new libxml2

Reported upstream.
This commit is contained in:
Vladimír Čunát
2023-04-26 09:26:59 +02:00
parent b32da71ae4
commit 15554e75ad
@@ -22,6 +22,12 @@ buildPythonPackage rec {
hash = "sha256-lj6NTpAmL/bY3sBy6pcoXcN0ovacrXd29AgqvPah2K4=";
};
# https://github.com/gawel/pyquery/issues/248
postPatch = ''
substituteInPlace tests/test_pyquery.py \
--replace test_selector_html skip_test_selector_html
'';
propagatedBuildInputs = [
cssselect
lxml