Remove Python 2.7 from supported implementations and update versions of test packages.

This commit is contained in:
Pavel Minaev 2022-02-23 15:40:31 -08:00 committed by Pavel Minaev
parent ecb43b94d2
commit 4f12b1b47f
6 changed files with 5 additions and 61 deletions

View file

@ -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

View file

@ -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

View file

@ -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