mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
This is pulling in @fabioz's latest changes for sys.monitoring and then fixing up any issues found with the debugpy tests. A lot of the changes were made by Fabio since the latest pull from pydevd, so I also created this PR to compare what changes I made to Fabio's baseline: rchiodo/PyDev.Debugger#1 Meaning you really only need to look at that other PR to see what changes I made. The rest of the changes here are from Fabio or ruff doing reformating. After this goes through, we should have sys.monitoring support in debugpy. We can decide later if we want to implement our own support as @int19h started. Fixes #1496
22 lines
No EOL
260 B
Text
22 lines
No EOL
260 B
Text
## Used to run the tests:
|
|
|
|
pytest
|
|
pytest-xdist
|
|
pytest-cov
|
|
pytest-timeout
|
|
pytest-retry
|
|
|
|
## Used by test helpers:
|
|
|
|
importlib_metadata
|
|
psutil
|
|
untangle
|
|
|
|
## Used in Python code that is run/debugged by the tests:
|
|
|
|
django
|
|
flask
|
|
gevent
|
|
numpy
|
|
requests
|
|
typing_extensions |