mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
dev-python/sphinx-notfound-page: Deselect broken tests
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user