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

View File

@@ -59,7 +59,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.9"
python-version: "3.10"
cache: pip
cache-dependency-path: |
requirements-tests.txt

View File

@@ -35,7 +35,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-python@v4
with:
python-version: "3.9"
python-version: "3.10"
cache: pip
cache-dependency-path: |
requirements-tests.txt

View File

@@ -2,9 +2,4 @@
croniter.croniter.EXPANDERS
croniter.croniter.HashExpander
croniter.croniter.VALID_LEN_EXPRESSION
croniter.croniter.hash_expression_re
croniter.croniter.only_int_re
croniter.croniter.special_weekday_re
croniter.croniter.star_or_int_re
croniter.croniter.step_search_re
croniter.croniter.timedelta_to_seconds

View File

@@ -29,6 +29,4 @@ Xlib.ext.randr.W
# Re-exports from six
Xlib.ext.xinput.integer_types
Xlib.protocol.display.PY3
Xlib.protocol.display.byte2int
Xlib.protocol.rq.PY3
Xlib.protocol.rq.byte2int

View File

@@ -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

View File

@@ -1,7 +1,5 @@
zxcvbn.__main__
# re-exports:
zxcvbn.feedback.ALL_UPPER
zxcvbn.feedback.START_UPPER
zxcvbn.scoring.ADJACENCY_GRAPHS
zxcvbn.matching.FREQUENCY_LISTS