summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/superqt/superqt-0.6.1.ebuild')
-rw-r--r--dev-python/superqt/superqt-0.6.1.ebuild7
1 files 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