File tree 3 files changed +6
-4
lines changed
tests/stubtest_whitelists 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -31,17 +31,17 @@ jobs:
31
31
script : flake8
32
32
- name : " stubtest py38"
33
33
python : 3.8
34
- install : pip install -U git+git://github.com/python/mypy@a07dbd00
34
+ install : pip install -U git+git://github.com/python/mypy@0a05e61a
35
35
script : ./tests/stubtest_test.py
36
36
- name : " stubtest py37"
37
37
python : 3.7
38
- install : pip install -U git+git://github.com/python/mypy@a07dbd00
38
+ install : pip install -U git+git://github.com/python/mypy@0a05e61a
39
39
script : ./tests/stubtest_test.py
40
40
- name : " stubtest py36"
41
41
python : 3.6
42
- install : pip install -U git+git://github.com/python/mypy@a07dbd00
42
+ install : pip install -U git+git://github.com/python/mypy@0a05e61a
43
43
script : ./tests/stubtest_test.py
44
44
- name : " stubtest py35"
45
45
python : 3.5
46
- install : pip install -U git+git://github.com/python/mypy@a07dbd00
46
+ install : pip install -U git+git://github.com/python/mypy@0a05e61a
47
47
script : ./tests/stubtest_test.py
Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ io.BufferedRandom.read1
40
40
io.BufferedReader.read1
41
41
io.StringIO.readline
42
42
ipaddress._BaseNetwork.__init__
43
+ json.loads
43
44
logging.handlers.MemoryHandler.__init__
44
45
macpath.basename
45
46
macpath.commonpath
Original file line number Diff line number Diff line change @@ -56,6 +56,7 @@ http.client.HTTPSConnection.__init__
56
56
http.server.SimpleHTTPRequestHandler.__init__
57
57
importlib.metadata
58
58
ipaddress._BaseNetwork.__init__
59
+ json.loads
59
60
logging.handlers.MemoryHandler.__init__
60
61
macpath.basename
61
62
macpath.commonpath
You can’t perform that action at this time.
0 commit comments