debugpy/tests/requirements.txt

23 lines
300 B
Text

## Used to run the tests:
# pytest>=5 does not support Python 2.7
pytest<5
# pytest-xdist>=2 does not support Python 2.7
pytest-xdist<2
pytest-cov
pytest-timeout
tox
## Used by test helpers:
psutil
## Used in Python code that is run/debugged by the tests:
django
requests
gevent
flask>=1.1.2