-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Use stubtest 0.920 #6589
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Use stubtest 0.920 #6589
Changes from 25 commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
ef2d0ac
Upgrade mypy
865a992
get rid of unittest._log for now
0377def
allow pickle
f9628a0
allow DynamicClassAttribute
f35df4d
allow characters_written
339cd00
allow pymysql
c372241
trigger ci on all third party stubs
adb5315
Update tests/stubtest_allowlists/py310.txt
hauntsaninja a29ad29
allow babel
a6b085c
allow hdbcli
984f57f
Revert "trigger ci on all third party stubs"
b2fa7df
[temporary] shard stubtest third party
d22bf40
allow sqlite
19fea4d
un-allow mysqlclient
43cd55c
allow html5lib
a590d66
un-allow waitress
4b3358e
also allow waitress
fe7cd0c
mypy_extensions: fix NoReturn, remove inaccurate comment
c67672b
update paramiko allowlist
43205b3
more waitress
74ed3fa
import
5b7c182
update requests allowlist
3000ed5
oops another waitress
8d3279e
ignore missing stub in requests
da16408
Merge branch 'mypyext' into upgrade-mypy
43ed4a8
Merge remote-tracking branch 'upstream/master' into upgrade-mypy
2d84696
use stubtest 0.920
9af991a
Revert "[temporary] shard stubtest third party"
8d49a5b
comment
e57fce4
undo unittest._log hiding
54a7ba8
Update .github/workflows/tests.yml
JelleZijlstra 8d896fe
allow windows errors
e5c75d8
allow remaining
655e564
allow
5a6e0f7
allow
63e319f
one more
c4ba18f
Update tests/stubtest_allowlists/py310.txt
Akuli File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| # In the stub we alias to OrderedDict, but it has positional-only differences | ||
| babel.util.odict.fromkeys | ||
| babel.util.odict.setdefault |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,3 @@ | ||
| # Misnamed first argument in implementation | ||
| html5lib._inputstream.EncodingBytes.__new__ | ||
| html5lib._tokenizer.attributeMap.get |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,8 +1 @@ | ||
| MySQLdb.Connection | ||
| MySQLdb.connections | ||
| MySQLdb.constants.CLIENT | ||
| MySQLdb.constants.CR | ||
| MySQLdb.constants.ER | ||
| MySQLdb.constants.FLAG | ||
| MySQLdb.converters | ||
| MySQLdb.cursors |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.