mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
dev-python/superqt: unrestrict test
the failure I found earlier is caused by pyside2, tests pass with PyQt5 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user