third_party.pylibs.pylint.src/requirements_test_min.txt

11 lines
305 B
Plaintext
Raw Normal View History

-e .[testutils,spelling]
# astroid dependency is also defined in pyproject.toml
2022-09-17 16:58:30 +00:00
# You need to increment the CACHE_VERSION in github actions too
astroid==2.12.10 # Pinned to a specific version for tests
typing-extensions~=4.3
pytest~=7.1
pytest-benchmark~=3.4
2022-03-18 03:16:23 +00:00
pytest-timeout~=2.1
towncrier~=22.8
requests