opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentati.../tests
Joe McGinley a164d37a3c
Chore: Drop support for Python 3.8 (#3399)
Python 3.8 was EoL @ 2024-10-07, our 6 month promise for support ended on 2024-04-07.

Changes:
* Updated basline refs to 3.9
* Removed 3.8 sys.version_info checks
* Fixed botocore test failure
* Applied ruff formatting
2025-05-27 17:26:02 +02:00
..
__init__.py Feature/asyncio instrumentation (#1943) 2024-02-14 15:44:17 -06:00
common_test_func.py Feature/asyncio instrumentation (#1943) 2024-02-14 15:44:17 -06:00
test_asyncio_anext.py Introducing ruff as linter and formatter (basic setup) (#2921) 2024-10-23 10:54:14 -07:00
test_asyncio_cancellation.py instrumentation/asyncio: catch CancelledError exception in tests (#2690) 2024-07-10 12:34:39 -06:00
test_asyncio_create_task.py Feature/asyncio instrumentation (#1943) 2024-02-14 15:44:17 -06:00
test_asyncio_duplicate_instrument.py asyncio: fix duplicate instrumentation (#3408) 2025-04-15 15:59:04 +00:00
test_asyncio_ensure_future.py Feature/asyncio instrumentation (#1943) 2024-02-14 15:44:17 -06:00
test_asyncio_future_cancellation.py Bugfix/check future cancelled (#2461) 2024-05-07 18:40:21 -05:00
test_asyncio_gather.py Feature/asyncio instrumentation (#1943) 2024-02-14 15:44:17 -06:00
test_asyncio_integration.py Feature/asyncio instrumentation (#1943) 2024-02-14 15:44:17 -06:00
test_asyncio_run_coroutine_threadsafe.py Feature/asyncio instrumentation (#1943) 2024-02-14 15:44:17 -06:00
test_asyncio_taskgroup.py instrumentation/asyncio: catch CancelledError exception in tests (#2690) 2024-07-10 12:34:39 -06:00
test_asyncio_to_thread.py Chore: Drop support for Python 3.8 (#3399) 2025-05-27 17:26:02 +02:00
test_asyncio_utils.py Feature/asyncio instrumentation (#1943) 2024-02-14 15:44:17 -06:00
test_asyncio_wait.py fix(async-io): instrumented `asyncio.wait_for` properly raises `asyncio.TimeoutError` (#2637) 2024-07-02 08:21:15 -07:00