python313Packages.sphinx: fix tests

This commit is contained in:
Martin Weinelt
2024-06-16 02:39:46 +02:00
parent 7951063026
commit 1f944ceaf5
@@ -4,6 +4,7 @@
pythonAtLeast,
pythonOlder,
fetchFromGitHub,
fetchpatch2,
isPyPy,
# build-system
@@ -57,6 +58,14 @@ buildPythonPackage rec {
hash = "sha256-XGGRWEvd1SbQsK8W5yxDzBd5hlvXcDzr8t5Qa6skH/M=";
};
patches = [
(fetchpatch2 {
name = "python-3.13-compat.patch";
url = "https://github.com/sphinx-doc/sphinx/commit/3496de62b743942115acb486cf35dfcc102586c3.patch";
hash = "sha256-5VBPOQeGyj3a8VBq4hc9S/eKaeVZeGCTNislwgsauZo=";
})
];
build-system = [ flit-core ];
dependencies =