diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-06-08 10:59:48 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-06-08 10:59:48 +0000 |
| commit | cc48863f284856defad34ea181c9717da58d54fb (patch) | |
| tree | 349c2c91fe8d4f5299a996f888372e891e31dac6 /dev-python/sphinx | |
| parent | dc9933bd621f34764df50b75b7a3cb91d51f9467 (diff) | |
| download | baldeagleos-repo-cc48863f284856defad34ea181c9717da58d54fb.tar.gz baldeagleos-repo-cc48863f284856defad34ea181c9717da58d54fb.tar.xz baldeagleos-repo-cc48863f284856defad34ea181c9717da58d54fb.zip | |
Adding metadata
Diffstat (limited to 'dev-python/sphinx')
| -rw-r--r-- | dev-python/sphinx/sphinx-7.3.7-r2.ebuild | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/dev-python/sphinx/sphinx-7.3.7-r2.ebuild b/dev-python/sphinx/sphinx-7.3.7-r2.ebuild index ee4178f9e436..3639b992ca55 100644 --- a/dev-python/sphinx/sphinx-7.3.7-r2.ebuild +++ b/dev-python/sphinx/sphinx-7.3.7-r2.ebuild @@ -96,7 +96,12 @@ python_test() { mkdir -p "${BUILD_DIR}/sphinx_tempdir" || die local -x SPHINX_TEST_TEMPDIR="${BUILD_DIR}/sphinx_tempdir" - local EPYTEST_DESELECT=() + local EPYTEST_DESELECT=( + # less interesting failures + tests/test_builders/test_build_latex.py::test_build_latex_doc + tests/test_extensions/test_ext_math.py::test_imgmath_png + tests/test_extensions/test_ext_math.py::test_imgmath_numfig_html + ) case ${EPYTHON} in python3.13) EPYTEST_DESELECT+=( |
