aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Matthews <chris.matthews@apple.com>2022-03-23 16:29:22 -0700
committerChris Matthews <chris.matthews@apple.com>2022-03-23 16:29:22 -0700
commit1a9bfb688a5e09c25cb5900f32de6152fce97037 (patch)
tree1d57d892494f8150a8735399ec7b212f1ba549d9
parentc19bad0ffd6b5a5b8fbe783b86761dc7cbd6d597 (diff)
Install modular typeshed types for dependent packages
Mypy was warning about this. Types are now stored in types- packages, so we need to install them before running type checking.
-rw-r--r--tox.ini4
1 files changed, 4 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 6a2c56e..a95a910 100644
--- a/tox.ini
+++ b/tox.ini
@@ -18,6 +18,10 @@ skip_install = true
deps =
mypy >= 0.910
sqlalchemy-stubs
+ types-setuptools
+ types-PyYAML
+ types-certifi
+
commands =
# Nowhere close to passing yet, but nice to have. The option
# --no-incremental is currently needed to suppress warnings about