Skip to content

Commit e00756c

Browse files
committed
pyproject: require older pytest for Python 3.9
pytest 9 requires Python 3.10 or higher.
1 parent 6833519 commit e00756c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,7 @@ commands = [
9494

9595
[tool.tox.env.mypy]
9696
description = "Run type checking tool mypy"
97-
# pytest-stub required for type hints to be available
98-
deps = ["mypy", "pytest-stub"]
97+
deps = ["mypy", "pytest<9.0.0"]
9998
commands = [
10099
["mypy", "--version"],
101100
["mypy", "{posargs:varlink}"]

0 commit comments

Comments
 (0)