Skip to content

Commit

Permalink
python312Packages.sphinx: disable failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt committed Jun 15, 2024
1 parent 8bcc42f commit f373141
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkgs/development/python-modules/sphinx/default.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
lib,
buildPythonPackage,
pythonAtLeast,
pythonOlder,
fetchFromGitHub,
isPyPy,
Expand Down Expand Up @@ -116,6 +117,10 @@ buildPythonPackage rec {
# Could not fetch remote image: http://localhost:7777/sphinx.png
"test_copy_images"
]
++ lib.optionals (pythonAtLeast "3.12") [
# https://github.com/sphinx-doc/sphinx/issues/12430
"test_autodoc_type_aliases"
]
++ lib.optionals isPyPy [
# PyPy has not __builtins__ which get asserted
# https://doc.pypy.org/en/latest/cpython_differences.html#miscellaneous
Expand Down

0 comments on commit f373141

Please sign in to comment.