mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 10:23:29 +00:00
python312Packages.paypalhttp: fix tests
This commit is contained in:
parent
923517acd6
commit
28ebb58c19
@ -24,6 +24,11 @@ buildPythonPackage rec {
|
||||
hash = "sha256-3ihcpYtpcejPkiyf4g4jveyNU6flQB2sv9EZ5Pd7tUc=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace tests/http_response_test.py \
|
||||
--replace-fail assertEquals assertEqual
|
||||
'';
|
||||
|
||||
propagatedBuildInputs = [
|
||||
requests
|
||||
six
|
||||
|
Loading…
Reference in New Issue
Block a user