dev-python/sphinx-notfound-page: Deselect broken tests

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2024-11-10 14:27:36 +01:00
parent 35d04548cd
commit 5001b29938

View File

@@ -32,4 +32,15 @@ distutils_enable_tests pytest
EPYTEST_DESELECT=(
# calls sphinx-build directly, works around venv
tests/test_urls.py::test_parallel_build
# broken upstream (mismatch with new dev-python/sphinx?)
# https://github.com/readthedocs/sphinx-notfound-page/issues/249
tests/test_urls.py::test_default_settings
tests/test_urls.py::test_urls_prefix_setting
tests/test_urls.py::test_urls_prefix_setting_none
tests/test_urls.py::test_custom_404_rst_source
tests/test_urls.py::test_urls_for_dirhtml_builder
tests/test_urls.py::test_toctree_urls_notfound_default
tests/test_urls.py::test_toctree_links
tests/test_urls.py::test_toctree_links_custom_settings
)