summaryrefslogtreecommitdiff
path: root/requirements_test_min.txt
blob: b761537dfe0004c1b135e6707532a8a0164b3d02 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
-e .[testutils,spelling]
# astroid dependency is also defined in pyproject.toml
# You need to increment the CACHE_VERSION in github actions too
astroid==2.12.12  # Pinned to a specific version for tests
typing-extensions~=4.4
# Pin pytest until issue with pytest-benchmark and v7.2.0 is resolved
# https://github.com/ionelmc/pytest-benchmark/issues/226
pytest==7.1.3
pytest-benchmark~=3.4
pytest-timeout~=2.1
towncrier~=22.8
requests