third_party.pylibs.pylint.src/requirements_test_min.txt
Jacob Walls 460a0c70d7
Update astroid to 2.12 (#7153)
Prevent `unused-import` for `six.with_metaclass`

Update `contributors-txt` to 0.9.0

Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
Co-authored-by: Daniël van Noord <13665637+DanielNoord@users.noreply.github.com>
2022-07-13 08:08:11 -04:00

9 lines
224 B
Plaintext

-e .[testutils,spelling]
# astroid dependency is also defined in pyproject.toml
astroid==2.12.2 # Pinned to a specific version for tests
typing-extensions~=4.3
pytest~=7.1
pytest-benchmark~=3.4
pytest-timeout~=2.1
requests