debugpy/tests/requirements.txt
Pavel Minaev 0825dbeb37 Add code coverage for tests (excluding ptvsd.server and pydevd).
Fix some issues on Python 2.7.

Remove dead code.
2019-09-18 21:42:51 -07:00

24 lines
367 B
Text

## Used to run the tests:
# pytest>=5 does not support Python 2.7
pytest<5
pytest-cov
pytest-timeout
pytest-xdist
tox
## Used by test helpers:
colorama
psutil
pygments
## Used in Python code that is run/debugged by the tests:
django
requests
# https://github.com/microsoft/ptvsd/issues/1574
# Remove specific version once Flask 1.1.2 is released.
flask==1.0.3