python313Packages.venusian: fix tests

This commit is contained in:
Robert Schütz
2024-11-18 19:24:10 +01:00
committed by Martin Weinelt
parent 926794941f
commit 73db954b5a
@@ -1,6 +1,7 @@
{
lib,
buildPythonPackage,
fetchpatch2,
fetchPypi,
isPy27,
pytestCheckHook,
@@ -20,6 +21,15 @@ buildPythonPackage rec {
hash = "sha256-63LNym8xOaFdyA+cldPBD4pUoLqIHu744uxbQtPuOpU=";
};
patches = [
# https://github.com/Pylons/venusian/pull/92
(fetchpatch2 {
name = "python313-compat.patch";
url = "https://github.com/Pylons/venusian/pull/92/commits/000b36d6968502683615da618afc3677ec8f05fc.patch?full_index=1";
hash = "sha256-lH4x3Fc7odV+j/sHw48BDjaZAXo+WN20omnpKPNiF7w=";
})
];
nativeBuildInputs = [ setuptools ];
nativeCheckInputs = [