Unverified Commit 28ebb58c authored by Martin Weinelt's avatar Martin Weinelt
Browse files

python312Packages.paypalhttp: fix tests

parent 923517ac
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -24,6 +24,11 @@ buildPythonPackage rec {
    hash = "sha256-3ihcpYtpcejPkiyf4g4jveyNU6flQB2sv9EZ5Pd7tUc=";
  };

  postPatch = ''
    substituteInPlace tests/http_response_test.py \
      --replace-fail assertEquals assertEqual
  '';

  propagatedBuildInputs = [
    requests
    six