mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-03-07 23:51:56 +08:00
travis: update stubtest version (#3835)
* stubtest whitelists: add json.loads
This commit is contained in:
@@ -31,17 +31,17 @@ jobs:
|
||||
script: flake8
|
||||
- name: "stubtest py38"
|
||||
python: 3.8
|
||||
install: pip install -U git+git://github.com/python/mypy@a07dbd00
|
||||
install: pip install -U git+git://github.com/python/mypy@0a05e61a
|
||||
script: ./tests/stubtest_test.py
|
||||
- name: "stubtest py37"
|
||||
python: 3.7
|
||||
install: pip install -U git+git://github.com/python/mypy@a07dbd00
|
||||
install: pip install -U git+git://github.com/python/mypy@0a05e61a
|
||||
script: ./tests/stubtest_test.py
|
||||
- name: "stubtest py36"
|
||||
python: 3.6
|
||||
install: pip install -U git+git://github.com/python/mypy@a07dbd00
|
||||
install: pip install -U git+git://github.com/python/mypy@0a05e61a
|
||||
script: ./tests/stubtest_test.py
|
||||
- name: "stubtest py35"
|
||||
python: 3.5
|
||||
install: pip install -U git+git://github.com/python/mypy@a07dbd00
|
||||
install: pip install -U git+git://github.com/python/mypy@0a05e61a
|
||||
script: ./tests/stubtest_test.py
|
||||
|
||||
@@ -40,6 +40,7 @@ io.BufferedRandom.read1
|
||||
io.BufferedReader.read1
|
||||
io.StringIO.readline
|
||||
ipaddress._BaseNetwork.__init__
|
||||
json.loads
|
||||
logging.handlers.MemoryHandler.__init__
|
||||
macpath.basename
|
||||
macpath.commonpath
|
||||
|
||||
@@ -56,6 +56,7 @@ http.client.HTTPSConnection.__init__
|
||||
http.server.SimpleHTTPRequestHandler.__init__
|
||||
importlib.metadata
|
||||
ipaddress._BaseNetwork.__init__
|
||||
json.loads
|
||||
logging.handlers.MemoryHandler.__init__
|
||||
macpath.basename
|
||||
macpath.commonpath
|
||||
|
||||
Reference in New Issue
Block a user