File tree Expand file tree Collapse file tree 3 files changed +6
-11
lines changed
Expand file tree Collapse file tree 3 files changed +6
-11
lines changed Original file line number Diff line number Diff line change 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' ,
Original file line number Diff line number Diff line change 2323 "PySide2.QtWinExtras" ,
2424 "PyQt5.QtX11Extras" ,
2525 "PySide2.QtX11Extras" ,
26-
27- "PyQt5.QtTextToSpeech" ,
28- "PyQt6.QtTextToSpeech" ,
29- "PySide2.QtTextToSpeech" ,
30- "PySide6.QtTextToSpeech" ,
3126]
3227SKIP_MEMBERS = [
3328 "QIntList" , # Missing from Qt5 or PyQt6, but present in ~50 modules
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments