Commit 5028a20d authored by Robert Schütz's avatar Robert Schütz
Browse files

python313Packages.aioxmpp: fix tests

parent d9f6719f
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -34,6 +34,13 @@ buildPythonPackage rec {
    hash = "sha256-bQPKEM5eKhFI3Kx3U1espdxqjnG4yUgOXmYCrd98PDo=";
  };

  postPatch = ''
    substituteInPlace tests/bookmarks/test_service.py \
      --replace-fail 'can only assign an iterable$' 'must assign iterable'
    substituteInPlace tests/test_utils.py \
      --replace-fail 'property of .* has no' 'property .*of .* has no'
  '';

  pythonRelaxDeps = [
    "lxml"
  ];