third_party.pylibs.pylint.src/requirements_test_min.txt
Marc Mueller 5bdc2218ef
Use Try node (#7767)
Bump astroid to 3.0.0a7
2023-07-10 09:49:25 -04:00

11 lines
252 B
Plaintext

-e .[testutils,spelling]
# astroid dependency is also defined in pyproject.toml
astroid==3.0.0a7 # Pinned to a specific version for tests
typing-extensions~=4.7
py~=1.11.0
pytest~=7.4
pytest-benchmark~=4.0
pytest-timeout~=2.1
towncrier~=23.6
requests