Skip to content

Commit

Permalink
Update the tests_require block to match reqs-base.txt (#1821)
Browse files Browse the repository at this point in the history
* Update the tests_require block to match reqs-base.txt

* Remove deprecated tests_require block
  • Loading branch information
basepi authored May 9, 2023
1 parent 40839ab commit 77a2251
Showing 1 changed file with 0 additions and 59 deletions.
59 changes: 0 additions & 59 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -40,65 +40,6 @@ install_requires =
certifi
wrapt>=1.14.1
test_suite=tests
tests_require =
pytest==6.2.5
pytest-random-order==1.1.0
py==1.8.1
more-itertools==4.1.0
pluggy==0.13.1
pytest-django==3.8.0
atomicwrites==1.1.5
coverage==5.0.3
pytest-cov==2.8.1
pytest-localserver==0.5.0
pytest-mock==2.0.0
pytest-benchmark==3.2.2
jsonschema==2.6.0
configparser==4.0.2
contextlib2==0.6.0
importlib-metadata==1.5.0
packaging==20.1
Mako==1.1.0
glob2==0.7
parse==1.15.0
parse-type==0.5.2
pytest-bdd==3.2.1
pytest-rerunfailures==8.0


docutils==0.14
pathlib==1.0.1
py-cpuinfo==3.3.0
statistics==1.0.3.5

urllib3!=2.0.0,<3.0.0
certifi
Jinja2
Logbook
MarkupSafe
WebOb
Werkzeug
anyjson
argparse
blinker>=1.1
greenlet
itsdangerous
mock
msgpack-python
pep8
pytz
opentelemetry-api
opentelemetry-sdk

pytest-asyncio==0.10.0 ; python_version >= '3.7'
asynctest==0.12.2 ; python_version >= '3.7'
aiohttp ; python_version >= '3.7'
tornado ; python_version >= '3.7'
starlette ; python_version >= '3.7'
pytest-asyncio ; python_version >= '3.7'
pytest-mock ; python_version >= '3.7'
httpx ; python_version >= '3.6'
sanic ; python_version >= '3.7'

[options.entry_points]
console_scripts =
Expand Down

0 comments on commit 77a2251

Please sign in to comment.