python313Packages.testfixtures: fix tests

This commit is contained in:
Robert Schütz
2024-11-18 19:24:09 +01:00
committed by Martin Weinelt
parent 964bd997f2
commit 738202573a
@@ -1,6 +1,7 @@
{
lib,
buildPythonPackage,
fetchpatch2,
fetchPypi,
mock,
pytestCheckHook,
@@ -28,6 +29,14 @@ buildPythonPackage rec {
hash = "sha256-1MC4SvLyZ2EPkIAJtQ1vmDpOWK3iLGe6tnh7WkAtWcA=";
};
patches = [
(fetchpatch2 {
name = "python313-compat.patch";
url = "https://github.com/simplistix/testfixtures/commit/a23532c7bc685589cce6a5037821a74da48959e7.patch?full_index=1";
hash = "sha256-k0j/WgA+6LNTYJ233GJjeRU403bJJRxbpOu+BUsMeyQ=";
})
];
build-system = [ setuptools ];
nativeCheckInputs = [