python3Packages.requests-mock: fix tests

This commit is contained in:
Martin Weinelt
2026-02-01 17:40:55 +01:00
parent 5698e8be86
commit e1c240c003
@@ -22,6 +22,11 @@ buildPythonPackage rec {
hash = "sha256-6eEuMztSUVboKjyFLyIBa5FYIg0vR0VN6crop303FAE=";
};
postPatch = ''
substituteInPlace tests/test_mocker.py \
--replace-fail assertEquals assertEqual
'';
build-system = [
setuptools
setuptools-scm