mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-26 05:41:11 +08:00
3rd-party stubtest: run on Python 3.10 (#9342)
This commit is contained in:
2
.github/workflows/daily.yml
vendored
2
.github/workflows/daily.yml
vendored
@@ -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
|
||||
|
||||
2
.github/workflows/stubtest_third_party.yml
vendored
2
.github/workflows/stubtest_third_party.yml
vendored
@@ -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
|
||||
|
||||
@@ -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
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
zxcvbn.__main__
|
||||
|
||||
# re-exports:
|
||||
zxcvbn.feedback.ALL_UPPER
|
||||
zxcvbn.feedback.START_UPPER
|
||||
zxcvbn.scoring.ADJACENCY_GRAPHS
|
||||
zxcvbn.matching.FREQUENCY_LISTS
|
||||
|
||||
Reference in New Issue
Block a user