third_party.pylibs.pylint.src/requirements_test_min.txt
Marc Mueller 079805b0f9
Upgrade astroid to 2.9.0 (#5355)
* Upgrade astroid to 2.9.0
* Fix slice index col_offset
2021-11-21 19:45:17 +01:00

6 lines
146 B
Plaintext

-e .
# astroid dependency is also defined in setup.cfg
astroid==2.9.0 # Pinned to a specific version for tests
pytest~=6.2
pytest-benchmark~=3.4