summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-11-22 16:47:56 +0100
committerMichał Górny <mgorny@gentoo.org>2023-11-22 16:57:10 +0100
commitcf52607acd7fd4ab3b1dc97ce45722b137718b9f (patch)
tree118036cae498f884420497b60375f6ab8b9fa7af /dev-python/QtPy
parentx11-drivers/nvidia-drivers: add 545.29.06 (diff)
downloadgentoo-cf52607acd7fd4ab3b1dc97ce45722b137718b9f.tar.gz
gentoo-cf52607acd7fd4ab3b1dc97ce45722b137718b9f.tar.bz2
gentoo-cf52607acd7fd4ab3b1dc97ce45722b137718b9f.zip
dev-python/QtPy: Reenable the test for dev-qt/qtsensors:6
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/QtPy')
-rw-r--r--dev-python/QtPy/QtPy-2.4.1-r1.ebuild8
1 files changed, 2 insertions, 6 deletions
diff --git a/dev-python/QtPy/QtPy-2.4.1-r1.ebuild b/dev-python/QtPy/QtPy-2.4.1-r1.ebuild
index 2d5fc3255ee9..ca7b19c3936d 100644
--- a/dev-python/QtPy/QtPy-2.4.1-r1.ebuild
+++ b/dev-python/QtPy/QtPy-2.4.1-r1.ebuild
@@ -215,9 +215,7 @@ python_test() {
QT_API="pyqt6" virtx epytest \
--deselect qtpy/tests/test_main.py::test_qt_api_environ[PySide2] \
--deselect qtpy/tests/test_main.py::test_qt_api_environ[PyQt5] \
- --deselect qtpy/tests/test_main.py::test_qt_api_environ[PySide6] \
- --deselect qtpy/tests/test_qtsensors.py::test_qtsensors
- # Qt6Sensors not yet packaged and enabled in PyQt6 ebuild
+ --deselect qtpy/tests/test_main.py::test_qt_api_environ[PySide6]
fi
if use pyside2; then
einfo "Testing with ${EPYTHON} and QT_API=PySide2"
@@ -231,9 +229,7 @@ python_test() {
QT_API="pyside6" virtx epytest \
--deselect qtpy/tests/test_main.py::test_qt_api_environ[PySide2] \
--deselect qtpy/tests/test_main.py::test_qt_api_environ[PyQt5] \
- --deselect qtpy/tests/test_main.py::test_qt_api_environ[PyQt6] \
- --deselect qtpy/tests/test_qtsensors.py::test_qtsensors
- # Qt6Sensors not yet packaged and enabled in PySide6 ebuild
+ --deselect qtpy/tests/test_main.py::test_qt_api_environ[PyQt6]
fi
}