commit:     cf52607acd7fd4ab3b1dc97ce45722b137718b9f
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 22 15:47:56 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Nov 22 15:57:10 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf52607a

dev-python/QtPy: Reenable the test for dev-qt/qtsensors:6

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

 dev-python/QtPy/QtPy-2.4.1-r1.ebuild | 8 ++------
 1 file 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
 }
 

Reply via email to