commit:     e895e006969a8a008bb6967ead964f451b0f0c09
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 19 18:37:38 2023 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Tue Dec 19 18:38:34 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e895e006

dev-python/superqt: unrestrict test

the failure I found earlier is caused by pyside2, tests pass with PyQt5

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 dev-python/superqt/superqt-0.6.1.ebuild | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/dev-python/superqt/superqt-0.6.1.ebuild 
b/dev-python/superqt/superqt-0.6.1.ebuild
index 7df9aee46bc8..a750388ceb10 100644
--- a/dev-python/superqt/superqt-0.6.1.ebuild
+++ b/dev-python/superqt/superqt-0.6.1.ebuild
@@ -18,9 +18,6 @@ LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64"
 
-# TODO: TypeError: Need to pass a QWidget to addWidget!
-RESTRICT="test"
-
 RDEPEND="
        dev-python/packaging[${PYTHON_USEDEP}]
        >=dev-python/pygments-2.4.0[${PYTHON_USEDEP}]
@@ -41,8 +38,8 @@ EPYTEST_IGNORE=(
 )
 
 EPYTEST_DESELECT=(
-       # hangs
-       tests/test_utils.py::test_exception_context
+       # fails in the sandbox, but works outside of it
+       tests/test_eliding_label.py::test_wrapped_eliding_label
 )
 
 distutils_enable_tests pytest

Reply via email to