Skip to content

Commit

Permalink
python312Packages.sphinx: re-enable cython test
Browse files Browse the repository at this point in the history
6cad926 updated cython, which fixes the test failure here.
  • Loading branch information
implr committed Dec 16, 2024
1 parent 5dfaa2c commit 26d09cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/sphinx/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
typing-extensions,

# check phase
cython_0,
defusedxml,
filelock,
html5lib,
Expand Down Expand Up @@ -87,6 +88,7 @@ buildPythonPackage rec {
__darwinAllowLocalNetworking = true;

nativeCheckInputs = [
cython_0
defusedxml
filelock
html5lib
Expand Down Expand Up @@ -120,8 +122,6 @@ buildPythonPackage rec {
"test_document_toc_only"
# Assertion error
"test_gettext_literalblock_additional"
# requires cython_0, but fails miserably on 3.11
"test_cython"
# Could not fetch remote image: http://localhost:7777/sphinx.png
"test_copy_images"
]
Expand Down

0 comments on commit 26d09cb

Please sign in to comment.