debugpy/tests/requirements35.txt
Pavel Minaev 3a9f7d64c4 Assorted fixes for Python 3.10 support:
Split test/requirements.txt into two different lists, one for py2, and the other for py3; update package versions in py3 list as needed to support py3.10.

Fix usage of deprecated threading functions getName(), setName(), isDaemon(), and currentThread().

Refactor test_invalid_breakpoints to be more declarative to handle Python version differences more easily and clearly, and fix it for py3.10.

Disable Django tests on py3.10 (#689).

Disable gevent tests on py3.10 (#688).
2021-08-06 07:12:13 -03:00

20 lines
219 B
Text

setuptools
## Used to run the tests:
pytest
pytest-xdist
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