mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
Remove Python 2.7 from supported implementations and update versions of test packages.
This commit is contained in:
parent
ecb43b94d2
commit
4f12b1b47f
6 changed files with 5 additions and 61 deletions
|
|
@ -1,4 +1,4 @@
|
|||
setuptools>=57.4.0
|
||||
setuptools
|
||||
|
||||
## Used to run the tests:
|
||||
|
||||
|
|
@ -16,4 +16,4 @@ psutil
|
|||
django
|
||||
requests
|
||||
gevent
|
||||
flask>=1.1.2
|
||||
flask
|
||||
|
|
|
|||
|
|
@ -1,21 +0,0 @@
|
|||
## 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
|
||||
|
||||
## Used by test helpers:
|
||||
|
||||
psutil
|
||||
|
||||
## Used in Python code that is run/debugged by the tests:
|
||||
|
||||
django
|
||||
requests
|
||||
gevent
|
||||
flask>=1.1.2
|
||||
|
|
@ -1,19 +0,0 @@
|
|||
setuptools
|
||||
|
||||
## Used to run the tests:
|
||||
|
||||
pytest
|
||||
pytest-xdist
|
||||
pytest-cov
|
||||
pytest-timeout
|
||||
|
||||
## Used by test helpers:
|
||||
|
||||
psutil
|
||||
|
||||
## Used in Python code that is run/debugged by the tests:
|
||||
|
||||
django
|
||||
requests
|
||||
gevent
|
||||
flask>=1.1.2
|
||||
Loading…
Add table
Add a link
Reference in a new issue