Skip to content

Commit 6355657

Browse files
committed
WIP: Stop testing Qt5.13
1 parent 2334f18 commit 6355657

File tree

3 files changed

+6
-11
lines changed

3 files changed

+6
-11
lines changed

.github/workflows/run-tox.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ jobs:
4848
matrix:
4949
test_env: [
5050
# Cy2020
51-
'test-py37-PySide5.13',
52-
'test-py37-PyQt5.13',
51+
# 'test-py37-PySide5.13',
52+
# 'test-py37-PyQt5.13',
5353
# Cy2021
5454
'test-py39-PySide5.15',
5555
'test-py39-PyQt5.15',

membership.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,6 @@
2323
"PySide2.QtWinExtras",
2424
"PyQt5.QtX11Extras",
2525
"PySide2.QtX11Extras",
26-
27-
"PyQt5.QtTextToSpeech",
28-
"PyQt6.QtTextToSpeech",
29-
"PySide2.QtTextToSpeech",
30-
"PySide6.QtTextToSpeech",
3126
]
3227
SKIP_MEMBERS = [
3328
"QIntList", # Missing from Qt5 or PyQt6, but present in ~50 modules

src/Qt.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -664,10 +664,10 @@
664664
"QtTest": [
665665
"QTest"
666666
],
667-
# "QtTextToSpeech": [
668-
# "QTextToSpeech",
669-
# "QVoice"
670-
# ],
667+
"QtTextToSpeech": [
668+
"QTextToSpeech",
669+
"QVoice"
670+
],
671671
"QtWebChannel": [
672672
"QWebChannel",
673673
"QWebChannelAbstractTransport"

0 commit comments

Comments
 (0)