Skip to content

Commit

Permalink
tests: remove pytest from the mypy execution environment
Browse files Browse the repository at this point in the history
Pytest is not needed for static type checking. Since tox.ini contains a
duplicated list of dependencies (the authoritative is in pyproject.toml), it is
better to keep this list as short as possible.
  • Loading branch information
muxator committed Sep 13, 2024
1 parent 38a7cb3 commit d5964ec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ deps =
importlib-metadata==6.8.0
mistletoe==1.2.1
mypy==1.5.1
pytest==7.4.2
types-backports==0.1.3
types-setuptools==68.2.0.0
commands =
Expand Down

0 comments on commit d5964ec

Please sign in to comment.