From 77a2251796f389a628702b4e1c1225dd3576cdce Mon Sep 17 00:00:00 2001 From: Colton Myers Date: Tue, 9 May 2023 11:04:12 -0600 Subject: [PATCH] Update the tests_require block to match reqs-base.txt (#1821) * Update the tests_require block to match reqs-base.txt * Remove deprecated tests_require block --- setup.cfg | 59 ------------------------------------------------------- 1 file changed, 59 deletions(-) diff --git a/setup.cfg b/setup.cfg index 87f015838..6432c4122 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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 =