]> git.ipfire.org Git - thirdparty/httpx.git/commit
replace pytest-asyncio and pytest-trio with anyio (#2512)
authorThomas Grainger <tagrain@gmail.com>
Mon, 2 Jan 2023 12:53:30 +0000 (12:53 +0000)
committerGitHub <noreply@github.com>
Mon, 2 Jan 2023 12:53:30 +0000 (12:53 +0000)
commite27d1b83330d0520f87a7d1da1818e4dcb2add02
tree28985ca49d8bd3a83423738377297a9d448d25a9
parente4438a3a718fe94722eb20fec4154ee0ef5d7715
replace pytest-asyncio and pytest-trio with anyio (#2512)

* replace pytest-asyncio with anyio

* remove pytest-trio also

* Update setup.cfg

* use anyio.Lock in test_auth

Co-authored-by: Tom Christie <tom@tomchristie.com>
15 files changed:
requirements.txt
setup.cfg
tests/client/test_async_client.py
tests/client/test_auth.py
tests/client/test_event_hooks.py
tests/client/test_proxies.py
tests/client/test_redirects.py
tests/conftest.py
tests/models/test_requests.py
tests/models/test_responses.py
tests/test_asgi.py
tests/test_content.py
tests/test_decoders.py
tests/test_timeouts.py
tests/test_utils.py