test-requirements-3.in (34 lines of code) (raw):
-r deploy-requirements.in
-r pylib/vcsreplicator/requirements.in
# Used by docker.py.
backports.lzma
# Code formatting.
black==22.12.0
# So we can obtain code coverage.
coverage
# Used by docker.py.
docker
# Used to spin up hgcluster in a manageable way
docker-compose
# For code linting.
flake8
# Used by ansible plugin.
lockfile
# Used by a few tests
mock
# Used by docker.py.
mechanize
# Used for testing.
nose
# Used for color in test suite
Pygments==2.3.1
# Used for testing.
pytest
# Used in a variety of places.
python-hglib
# Needed for tests using LDAP.
python-ldap
# Used for some Python unit tests.
responses
# used by mozhghooks/exceptional_push unit tests
sentry-sdk