There was an error while loading. Please reload this page.
1 parent 6833519 commit e00756cCopy full SHA for e00756c
1 file changed
pyproject.toml
@@ -94,8 +94,7 @@ commands = [
94
95
[tool.tox.env.mypy]
96
description = "Run type checking tool mypy"
97
-# pytest-stub required for type hints to be available
98
-deps = ["mypy", "pytest-stub"]
+deps = ["mypy", "pytest<9.0.0"]
99
commands = [
100
["mypy", "--version"],
101
["mypy", "{posargs:varlink}"]
0 commit comments