debugpy/tests
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
..
_logs Tests and CI refactoring: 2020-01-30 20:43:17 -08:00
debug Fix deprecated import for MutableMapping and MutableSet 2021-07-02 12:31:59 +02:00
DEBUGGEE_PYTHONPATH Fix #1811: tests using attach_by_pid fail on Python 2.7 2020-01-26 17:14:30 -08:00
debugpy Assorted fixes for Python 3.10 support: 2021-08-06 07:12:13 -03:00
patterns Rename ptvsd -> debugpy. 2020-01-17 11:57:13 -08:00
test_data Use django.core.signals.request_finished to exit asynchronously after serving the response. 2021-05-26 11:50:48 -07:00
tests Support module with __file__=None. Fixes #475 2020-12-03 09:38:59 -03:00
watchdog Improve exception logging to make swallowing/reraising explicit in all cases. 2020-02-21 15:55:04 -08:00
__init__.py Disable frame-eval by default to work around #346. 2020-08-26 10:09:19 -07:00
code.py Assorted fixes for Python 3.10 support: 2021-08-06 07:12:13 -03:00
conftest.py Add "from __future__ import division" to all ptvsd modules. 2019-10-30 17:12:17 -07:00
logs.py Rename ptvsd -> debugpy. 2020-01-17 11:57:13 -08:00
net.py Improve exception logging to make swallowing/reraising explicit in all cases. 2020-02-21 15:55:04 -08:00
pytest_fixtures.py Fix flake8 issue. 2020-05-13 15:18:36 -03:00
pytest_hooks.py Tests and CI refactoring: 2020-01-30 20:43:17 -08:00
requirements.txt Assorted fixes for Python 3.10 support: 2021-08-06 07:12:13 -03:00
requirements27.txt Assorted fixes for Python 3.10 support: 2021-08-06 07:12:13 -03:00
requirements35.txt Assorted fixes for Python 3.10 support: 2021-08-06 07:12:13 -03:00
timeline.md Update tests to use python debug adapter (#1660) 2019-08-12 13:53:24 -07:00
timeline.py Fix https://github.com/microsoft/ptvsd/issues/1824: 2020-03-05 13:56:22 -08:00