lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python313Packages.sphinx: disable racy tests

nikstur 17769ba6 cc78bd77

+3
+3
pkgs/development/python-modules/sphinx/default.nix
··· 132 132 # Racy tex file creation 133 133 "test_literalinclude_namedlink_latex" 134 134 "test_literalinclude_caption_latex" 135 + # Racy local networking 136 + "test_load_mappings_cache" 137 + "test_load_mappings_cache_update" 135 138 ] 136 139 ++ lib.optionals (pythonAtLeast "3.12") [ 137 140 # https://github.com/sphinx-doc/sphinx/issues/12430