python310Packages.sphinx: Disable failing tests

This commit is contained in:
Martin Weinelt 2023-02-28 01:32:24 +01:00
parent a9293da8e7
commit 2828e4c40f

View File

@ -112,6 +112,15 @@ buildPythonPackage rec {
"test_viewcode"
"test_additional_targets_should_be_translated"
"test_additional_targets_should_not_be_translated"
# sphinx.errors.VersionRequirementError: The alabaster extension
# used by this project needs at least Sphinx v1.6; it therefore
# cannot be built with this version.
"test_needs_sphinx"
# Likely due to pygments 2.14 update
# AssertionError: assert '5:11:17\u202fAM' == '5:11:17 AM'
"test_format_date"
] ++ lib.optionals stdenv.isDarwin [
# Due to lack of network sandboxing can't guarantee port 7777 isn't bound
"test_inspect_main_url"