commit:     eeb751c7150c7c68ba48e09332361843fa8ba79f
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 10 16:37:26 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Nov 10 18:44:49 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eeb751c7

dev-python/pyopengl: Fix handling test failures

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

 dev-python/pyopengl/pyopengl-3.1.7.ebuild | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/dev-python/pyopengl/pyopengl-3.1.7.ebuild 
b/dev-python/pyopengl/pyopengl-3.1.7.ebuild
index e809448d849d..52f90ccbfbbf 100644
--- a/dev-python/pyopengl/pyopengl-3.1.7.ebuild
+++ b/dev-python/pyopengl/pyopengl-3.1.7.ebuild
@@ -59,6 +59,10 @@ EPYTEST_DESELECT=(
        tests/test_vbo_memusage.py::test_sf_2980896
 )
 
+python_test() {
+       nonfatal epytest || die "Tests failed with ${EPYTHON}"
+}
+
 src_test() {
        virtx distutils-r1_src_test
 }

Reply via email to