mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
Fix regression when loading pydevd plugins for numpy, pandas, and django. Add smoke test for numpy arrays.
19 lines
221 B
Text
19 lines
221 B
Text
## Used to run the tests:
|
|
|
|
pytest
|
|
pytest-xdist
|
|
pytest-cov
|
|
pytest-timeout
|
|
|
|
## Used by test helpers:
|
|
|
|
importlib_metadata
|
|
psutil
|
|
|
|
## Used in Python code that is run/debugged by the tests:
|
|
|
|
django
|
|
flask
|
|
gevent
|
|
numpy
|
|
requests
|