Unverified Commit 15554e75 authored by Vladimír Čunát's avatar Vladimír Čunát
Browse files

python3Packages.pyquery: skip test failing with new libxml2

Reported upstream.
parent b32da71a
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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