Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
ef2d0ac
Upgrade mypy
Dec 16, 2021
865a992
get rid of unittest._log for now
Dec 16, 2021
0377def
allow pickle
Dec 16, 2021
f9628a0
allow DynamicClassAttribute
Dec 16, 2021
f35df4d
allow characters_written
Dec 16, 2021
339cd00
allow pymysql
Dec 16, 2021
c372241
trigger ci on all third party stubs
Dec 16, 2021
adb5315
Update tests/stubtest_allowlists/py310.txt
hauntsaninja Dec 16, 2021
a29ad29
allow babel
Dec 16, 2021
a6b085c
allow hdbcli
Dec 16, 2021
984f57f
Revert "trigger ci on all third party stubs"
Dec 16, 2021
b2fa7df
[temporary] shard stubtest third party
Dec 16, 2021
d22bf40
allow sqlite
Dec 16, 2021
19fea4d
un-allow mysqlclient
Dec 16, 2021
43cd55c
allow html5lib
Dec 16, 2021
a590d66
un-allow waitress
Dec 16, 2021
4b3358e
also allow waitress
Dec 16, 2021
fe7cd0c
mypy_extensions: fix NoReturn, remove inaccurate comment
Dec 16, 2021
c67672b
update paramiko allowlist
Dec 16, 2021
43205b3
more waitress
Dec 16, 2021
74ed3fa
import
Dec 16, 2021
5b7c182
update requests allowlist
Dec 16, 2021
3000ed5
oops another waitress
Dec 16, 2021
8d3279e
ignore missing stub in requests
Dec 16, 2021
da16408
Merge branch 'mypyext' into upgrade-mypy
Dec 16, 2021
43ed4a8
Merge remote-tracking branch 'upstream/master' into upgrade-mypy
Dec 16, 2021
2d84696
use stubtest 0.920
Dec 16, 2021
9af991a
Revert "[temporary] shard stubtest third party"
Dec 16, 2021
8d49a5b
comment
Dec 16, 2021
e57fce4
undo unittest._log hiding
Dec 16, 2021
54a7ba8
Update .github/workflows/tests.yml
JelleZijlstra Dec 16, 2021
8d896fe
allow windows errors
Dec 16, 2021
e5c75d8
allow remaining
Dec 16, 2021
655e564
allow
Dec 16, 2021
5a6e0f7
allow
Dec 17, 2021
63e319f
one more
Dec 17, 2021
c4ba18f
Update tests/stubtest_allowlists/py310.txt
Akuli Dec 17, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
allow pymysql
  • Loading branch information
hauntsaninja committed Dec 16, 2021
commit 339cd00de1def915854d8ae773de978c461a856d
1 change: 0 additions & 1 deletion stubs/PyMySQL/@tests/stubtest_allowlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ pymysql.cursors.Cursor.__del__
# DictCursorMixin changes method types of inherited classes, but doesn't contain much at runtime
pymysql.cursors.DictCursorMixin.__iter__
pymysql.cursors.DictCursorMixin.fetch[a-z]*
pymysql.err.ER
pymysql.escape_dict
pymysql.escape_sequence
pymysql.escape_string
Expand Down