python313Packages.sphinx: disable racy tests

nikstur 17769ba6 cc78bd77

Changed files
+3
pkgs
development
python-modules
sphinx
+3
pkgs/development/python-modules/sphinx/default.nix
···
# Racy tex file creation
"test_literalinclude_namedlink_latex"
"test_literalinclude_caption_latex"
]
++ lib.optionals (pythonAtLeast "3.12") [
# https://github.com/sphinx-doc/sphinx/issues/12430
···
# Racy tex file creation
"test_literalinclude_namedlink_latex"
"test_literalinclude_caption_latex"
+
# Racy local networking
+
"test_load_mappings_cache"
+
"test_load_mappings_cache_update"
]
++ lib.optionals (pythonAtLeast "3.12") [
# https://github.com/sphinx-doc/sphinx/issues/12430