3rd-party stubtest: run on Python 3.10 (#9342)

This commit is contained in:
Alex Waygood
2022-12-07 20:25:57 +00:00
committed by GitHub
parent 0220577a31
commit 40bfc266f7
6 changed files with 7 additions and 11 deletions
@@ -65,3 +65,8 @@ win32com(ext)?.axdebug.documents
win32com(ext)?.axdebug.expressions
# failed to import, ModuleNotFoundError: No module named 'expressions'
win32com(ext)?.axdebug.stackframe
# failed to import, ImportError: cannot import name 'axdebug' from 'win32com.axdebug'
win32com.axdebug.gateways
win32comext.axdebug.gateways
# failed to import, ModuleNotFoundError: No module named 'win32comext.axdebug.axdebug'
win32comext.axdebug.axdebug