Skip to content

Commit 93bde0a

Browse files
committed
test: add mypy type checking
1 parent 1fcec75 commit 93bde0a

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

noxfile.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -173,15 +173,6 @@ def mypy(session):
173173
session.install(".")
174174
session.install("mypy")
175175

176-
# Just install the dependencies' type info directly, since "mypy --install-types"
177-
# might require an additional pass.
178-
session.install(
179-
"types-protobuf",
180-
"types-python-dateutil",
181-
"types-requests",
182-
"types-setuptools",
183-
)
184-
185176
shutil.rmtree(".mypy_cache", ignore_errors=True)
186177
session.run("mypy", "-p", "bigquery_magics", "--show-traceback")
187178

0 commit comments

Comments
 (0)