commit:     5001b2993872ccfceac8be4da2cec3588ae8b2c0
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 10 13:27:36 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Nov 10 13:28:20 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5001b299

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

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 .../sphinx-notfound-page/sphinx-notfound-page-1.0.4.ebuild    | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/dev-python/sphinx-notfound-page/sphinx-notfound-page-1.0.4.ebuild 
b/dev-python/sphinx-notfound-page/sphinx-notfound-page-1.0.4.ebuild
index 6625d7e7b472..16ec2cf30bf5 100644
--- a/dev-python/sphinx-notfound-page/sphinx-notfound-page-1.0.4.ebuild
+++ b/dev-python/sphinx-notfound-page/sphinx-notfound-page-1.0.4.ebuild
@@ -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
 )

Reply via email to