mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
23 lines
300 B
Text
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
|