Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Deprecate instrumenter option #3308

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

szokeasaurusrex
Copy link
Member

@szokeasaurusrex szokeasaurusrex commented Jul 19, 2024

This PR deprecates the instrumenter option. It should be merged in the final 2.x minor/patch release, as we plan to remove the option completely in 3.0.0.

Closes #3320

Copy link

codecov bot commented Jul 19, 2024

Test Failures Detected: Due to failing tests, we cannot provide coverage reports at this time.

❌ Failed Test Results:

Completed 13462 tests with 3 failed, 11713 passed and 1746 skipped.

View the full list of failed tests

py3.12-common

  • Class name: tests.test_utils
    Test name: test_installed_modules

    tests/test_utils.py:538: in test_installed_modules
    assert installed_distributions == importlib_distributions
    E AssertionError: assert {'asttokens': '2.4.1',\n 'attrs': '23.2.0',\n 'certifi': '2024.7.4',\n 'charset-normalizer': '3.3.2',\n 'colorama': '0.4.6',\n 'coverage': '7.6.0',\n 'docopt': '0.6.2',\n 'executing': '2.0.1',\n 'idna': '3.7',\n 'iniconfig': '2.0.0',\n 'jsonschema': '4.23.0',\n 'jsonschema-specifications': '2023.12.1',\n 'markupsafe': '2.1.5',\n 'packaging': '24.1',\n 'pip': '24.0',\n 'pluggy': '1.5.0',\n 'py': '1.11.0',\n 'pyrsistent': '0.20.0',\n 'pysocks': '1.7.1',\n 'pytest': '6.2.5',\n 'pytest-asyncio': '0.20.3',\n 'pytest-cov': '5.0.0',\n 'pytest-forked': '1.6.0',\n 'pytest-localserver': '0.8.1',\n 'pytest-watch': '4.2.0',\n 'pyyaml': '6.0.1',\n 'referencing': '0.35.1',\n 'requests': '2.32.3',\n 'responses': '0.25.3',\n 'rpds-py': '0.19.0',\n 'sentry-sdk': '2.10.0',\n 'setuptools': '71.0.3',\n 'six': '1.16.0',\n 'toml': '0.10.2',\n 'urllib3': '2.2.2',\n 'watchdog': '4.0.1',\n 'werkzeug': '3.0.3'} == {'asttokens': '2.4.1',\n 'attrs': '23.2.0',\n 'autocommand': '2.2.2',\n 'backports-tarfile': '1.2.0',\n 'certifi': '2024.7.4',\n 'charset-normalizer': '3.3.2',\n 'colorama': '0.4.6',\n 'coverage': '7.6.0',\n 'docopt': '0.6.2',\n 'executing': '2.0.1',\n 'idna': '3.7',\n 'importlib-metadata': '8.0.0',\n 'importlib-resources': '6.4.0',\n 'inflect': '7.3.1',\n 'iniconfig': '2.0.0',\n 'jaraco-context': '5.3.0',\n 'jaraco-functools': '4.0.1',\n 'jaraco-text': '3.12.1',\n 'jsonschema': '4.23.0',\n 'jsonschema-specifications': '2023.12.1',\n 'markupsafe': '2.1.5',\n 'more-itertools': '10.3.0',\n 'ordered-set': '4.1.0',\n 'packaging': '24.1',\n 'pip': '24.0',\n 'platformdirs': '4.2.2',\n 'pluggy': '1.5.0',\n 'py': '1.11.0',\n 'pyrsistent': '0.20.0',\n 'pysocks': '1.7.1',\n 'pytest': '6.2.5',\n 'pytest-asyncio': '0.20.3',\n 'pytest-cov': '5.0.0',\n 'pytest-forked': '1.6.0',\n 'pytest-localserver': '0.8.1',\n 'pytest-watch': '4.2.0',\n 'pyyaml': '6.0.1',\n 'referencing': '0.35.1',\n 'requests': '2.32.3',\n 'responses': '0.25.3',\n 'rpds-py': '0.19.0',\n 'sentry-sdk': '2.10.0',\n 'setuptools': '71.0.3',\n 'six': '1.16.0',\n 'toml': '0.10.2',\n 'tomli': '2.0.1',\n 'typeguard': '4.3.0',\n 'typing-extensions': '4.12.2',\n 'urllib3': '2.2.2',\n 'watchdog': '4.0.1',\n 'werkzeug': '3.0.3',\n 'wheel': '0.43.0',\n 'zipp': '3.19.2'}
    E Common items:
    E {'asttokens': '2.4.1',
    E 'attrs': '23.2.0',
    E 'certifi': '2024.7.4',
    E 'charset-normalizer': '3.3.2',
    E 'colorama': '0.4.6',
    E 'coverage': '7.6.0',
    E 'docopt': '0.6.2',
    E 'executing': '2.0.1',
    E 'idna': '3.7',
    E 'iniconfig': '2.0.0',
    E 'jsonschema': '4.23.0',
    E 'jsonschema-specifications': '2023.12.1',
    E 'markupsafe': '2.1.5',
    E 'packaging': '24.1',
    E 'pip': '24.0',
    E 'pluggy': '1.5.0',
    E 'py': '1.11.0',
    E 'pyrsistent': '0.20.0',
    E 'pysocks': '1.7.1',
    E 'pytest': '6.2.5',
    E 'pytest-asyncio': '0.20.3',
    E 'pytest-cov': '5.0.0',
    E 'pytest-forked': '1.6.0',
    E 'pytest-localserver': '0.8.1',
    E 'pytest-watch': '4.2.0',
    E 'pyyaml': '6.0.1',
    E 'referencing': '0.35.1',
    E 'requests': '2.32.3',
    E 'responses': '0.25.3',
    E 'rpds-py': '0.19.0',
    E 'sentry-sdk': '2.10.0',
    E 'setuptools': '71.0.3',
    E 'six': '1.16.0',
    E 'toml': '0.10.2',
    E 'urllib3': '2.2.2',
    E 'watchdog': '4.0.1',
    E 'werkzeug': '3.0.3'}
    E Right contains 16 more items:
    E {'autocommand': '2.2.2',
    E 'backports-tarfile': '1.2.0',
    E 'importlib-metadata': '8.0.0',
    E 'importlib-resources': '6.4.0',
    E 'inflect': '7.3.1',
    E 'jaraco-context': '5.3.0',
    E 'jaraco-functools': '4.0.1',
    E 'jaraco-text': '3.12.1',
    E 'more-itertools': '10.3.0',
    E 'ordered-set': '4.1.0',
    E 'platformdirs': '4.2.2',
    E 'tomli': '2.0.1',
    E 'typeguard': '4.3.0',
    E 'typing-extensions': '4.12.2',
    E 'wheel': '0.43.0',
    E 'zipp': '3.19.2'}
    E Full diff:
    E {
    E 'asttokens': '2.4.1',
    E 'attrs': '23.2.0',
    E - 'autocommand': '2.2.2',
    E - 'backports-tarfile': '1.2.0',
    E 'certifi': '2024.7.4',
    E 'charset-normalizer': '3.3.2',
    E 'colorama': '0.4.6',
    E 'coverage': '7.6.0',
    E 'docopt': '0.6.2',
    E 'executing': '2.0.1',
    E 'idna': '3.7',
    E - 'importlib-metadata': '8.0.0',
    E - 'importlib-resources': '6.4.0',
    E - 'inflect': '7.3.1',
    E 'iniconfig': '2.0.0',
    E - 'jaraco-context': '5.3.0',
    E - 'jaraco-functools': '4.0.1',
    E - 'jaraco-text': '3.12.1',
    E 'jsonschema': '4.23.0',
    E 'jsonschema-specifications': '2023.12.1',
    E 'markupsafe': '2.1.5',
    E - 'more-itertools': '10.3.0',
    E - 'ordered-set': '4.1.0',
    E 'packaging': '24.1',
    E 'pip': '24.0',
    E - 'platformdirs': '4.2.2',
    E 'pluggy': '1.5.0',
    E 'py': '1.11.0',
    E 'pyrsistent': '0.20.0',
    E 'pysocks': '1.7.1',
    E 'pytest': '6.2.5',
    E 'pytest-asyncio': '0.20.3',
    E 'pytest-cov': '5.0.0',
    E 'pytest-forked': '1.6.0',
    E 'pytest-localserver': '0.8.1',
    E 'pytest-watch': '4.2.0',
    E 'pyyaml': '6.0.1',
    E 'referencing': '0.35.1',
    E 'requests': '2.32.3',
    E 'responses': '0.25.3',
    E 'rpds-py': '0.19.0',
    E 'sentry-sdk': '2.10.0',
    E 'setuptools': '71.0.3',
    E 'six': '1.16.0',
    E 'toml': '0.10.2',
    E - 'tomli': '2.0.1',
    E - 'typeguard': '4.3.0',
    E - 'typing-extensions': '4.12.2',
    E 'urllib3': '2.2.2',
    E 'watchdog': '4.0.1',
    E 'werkzeug': '3.0.3',
    E - 'wheel': '0.43.0',
    E - 'zipp': '3.19.2',
    E }

py3.12-gevent

  • Class name: tests.test_utils
    Test name: test_installed_modules

    tests/test_utils.py:538: in test_installed_modules
    assert installed_distributions == importlib_distributions
    E AssertionError: assert {'asttokens': '2.4.1',\n 'attrs': '23.2.0',\n 'certifi': '2024.7.4',\n 'charset-normalizer': '3.3.2',\n 'colorama': '0.4.6',\n 'coverage': '7.6.0',\n 'docopt': '0.6.2',\n 'executing': '2.0.1',\n 'gevent': '24.2.1',\n 'greenlet': '3.0.3',\n 'idna': '3.7',\n 'iniconfig': '2.0.0',\n 'jsonschema': '4.23.0',\n 'jsonschema-specifications': '2023.12.1',\n 'markupsafe': '2.1.5',\n 'packaging': '24.1',\n 'pip': '24.0',\n 'pluggy': '1.5.0',\n 'py': '1.11.0',\n 'pyrsistent': '0.20.0',\n 'pysocks': '1.7.1',\n 'pytest': '6.2.5',\n 'pytest-cov': '5.0.0',\n 'pytest-forked': '1.6.0',\n 'pytest-localserver': '0.8.1',\n 'pytest-watch': '4.2.0',\n 'pyyaml': '6.0.1',\n 'referencing': '0.35.1',\n 'requests': '2.32.3',\n 'responses': '0.25.3',\n 'rpds-py': '0.19.0',\n 'sentry-sdk': '2.10.0',\n 'setuptools': '71.0.3',\n 'six': '1.16.0',\n 'toml': '0.10.2',\n 'urllib3': '2.2.2',\n 'watchdog': '4.0.1',\n 'werkzeug': '3.0.3',\n 'zope-event': '5.0',\n 'zope-interface': '6.4.post2'} == {'asttokens': '2.4.1',\n 'attrs': '23.2.0',\n 'autocommand': '2.2.2',\n 'backports-tarfile': '1.2.0',\n 'certifi': '2024.7.4',\n 'charset-normalizer': '3.3.2',\n 'colorama': '0.4.6',\n 'coverage': '7.6.0',\n 'docopt': '0.6.2',\n 'executing': '2.0.1',\n 'gevent': '24.2.1',\n 'greenlet': '3.0.3',\n 'idna': '3.7',\n 'importlib-metadata': '8.0.0',\n 'importlib-resources': '6.4.0',\n 'inflect': '7.3.1',\n 'iniconfig': '2.0.0',\n 'jaraco-context': '5.3.0',\n 'jaraco-functools': '4.0.1',\n 'jaraco-text': '3.12.1',\n 'jsonschema': '4.23.0',\n 'jsonschema-specifications': '2023.12.1',\n 'markupsafe': '2.1.5',\n 'more-itertools': '10.3.0',\n 'ordered-set': '4.1.0',\n 'packaging': '24.1',\n 'pip': '24.0',\n 'platformdirs': '4.2.2',\n 'pluggy': '1.5.0',\n 'py': '1.11.0',\n 'pyrsistent': '0.20.0',\n 'pysocks': '1.7.1',\n 'pytest': '6.2.5',\n 'pytest-cov': '5.0.0',\n 'pytest-forked': '1.6.0',\n 'pytest-localserver': '0.8.1',\n 'pytest-watch': '4.2.0',\n 'pyyaml': '6.0.1',\n 'referencing': '0.35.1',\n 'requests': '2.32.3',\n 'responses': '0.25.3',\n 'rpds-py': '0.19.0',\n 'sentry-sdk': '2.10.0',\n 'setuptools': '71.0.3',\n 'six': '1.16.0',\n 'toml': '0.10.2',\n 'tomli': '2.0.1',\n 'typeguard': '4.3.0',\n 'typing-extensions': '4.12.2',\n 'urllib3': '2.2.2',\n 'watchdog': '4.0.1',\n 'werkzeug': '3.0.3',\n 'wheel': '0.43.0',\n 'zipp': '3.19.2',\n 'zope-event': '5.0',\n 'zope-interface': '6.4.post2'}
    E Common items:
    E {'asttokens': '2.4.1',
    E 'attrs': '23.2.0',
    E 'certifi': '2024.7.4',
    E 'charset-normalizer': '3.3.2',
    E 'colorama': '0.4.6',
    E 'coverage': '7.6.0',
    E 'docopt': '0.6.2',
    E 'executing': '2.0.1',
    E 'gevent': '24.2.1',
    E 'greenlet': '3.0.3',
    E 'idna': '3.7',
    E 'iniconfig': '2.0.0',
    E 'jsonschema': '4.23.0',
    E 'jsonschema-specifications': '2023.12.1',
    E 'markupsafe': '2.1.5',
    E 'packaging': '24.1',
    E 'pip': '24.0',
    E 'pluggy': '1.5.0',
    E 'py': '1.11.0',
    E 'pyrsistent': '0.20.0',
    E 'pysocks': '1.7.1',
    E 'pytest': '6.2.5',
    E 'pytest-cov': '5.0.0',
    E 'pytest-forked': '1.6.0',
    E 'pytest-localserver': '0.8.1',
    E 'pytest-watch': '4.2.0',
    E 'pyyaml': '6.0.1',
    E 'referencing': '0.35.1',
    E 'requests': '2.32.3',
    E 'responses': '0.25.3',
    E 'rpds-py': '0.19.0',
    E 'sentry-sdk': '2.10.0',
    E 'setuptools': '71.0.3',
    E 'six': '1.16.0',
    E 'toml': '0.10.2',
    E 'urllib3': '2.2.2',
    E 'watchdog': '4.0.1',
    E 'werkzeug': '3.0.3',
    E 'zope-event': '5.0',
    E 'zope-interface': '6.4.post2'}
    E Right contains 16 more items:
    E {'autocommand': '2.2.2',
    E 'backports-tarfile': '1.2.0',
    E 'importlib-metadata': '8.0.0',
    E 'importlib-resources': '6.4.0',
    E 'inflect': '7.3.1',
    E 'jaraco-context': '5.3.0',
    E 'jaraco-functools': '4.0.1',
    E 'jaraco-text': '3.12.1',
    E 'more-itertools': '10.3.0',
    E 'ordered-set': '4.1.0',
    E 'platformdirs': '4.2.2',
    E 'tomli': '2.0.1',
    E 'typeguard': '4.3.0',
    E 'typing-extensions': '4.12.2',
    E 'wheel': '0.43.0',
    E 'zipp': '3.19.2'}
    E Full diff:
    E {
    E 'asttokens': '2.4.1',
    E 'attrs': '23.2.0',
    E - 'autocommand': '2.2.2',
    E - 'backports-tarfile': '1.2.0',
    E 'certifi': '2024.7.4',
    E 'charset-normalizer': '3.3.2',
    E 'colorama': '0.4.6',
    E 'coverage': '7.6.0',
    E 'docopt': '0.6.2',
    E 'executing': '2.0.1',
    E 'gevent': '24.2.1',
    E 'greenlet': '3.0.3',
    E 'idna': '3.7',
    E - 'importlib-metadata': '8.0.0',
    E - 'importlib-resources': '6.4.0',
    E - 'inflect': '7.3.1',
    E 'iniconfig': '2.0.0',
    E - 'jaraco-context': '5.3.0',
    E - 'jaraco-functools': '4.0.1',
    E - 'jaraco-text': '3.12.1',
    E 'jsonschema': '4.23.0',
    E 'jsonschema-specifications': '2023.12.1',
    E 'markupsafe': '2.1.5',
    E - 'more-itertools': '10.3.0',
    E - 'ordered-set': '4.1.0',
    E 'packaging': '24.1',
    E 'pip': '24.0',
    E - 'platformdirs': '4.2.2',
    E 'pluggy': '1.5.0',
    E 'py': '1.11.0',
    E 'pyrsistent': '0.20.0',
    E 'pysocks': '1.7.1',
    E 'pytest': '6.2.5',
    E 'pytest-cov': '5.0.0',
    E 'pytest-forked': '1.6.0',
    E 'pytest-localserver': '0.8.1',
    E 'pytest-watch': '4.2.0',
    E 'pyyaml': '6.0.1',
    E 'referencing': '0.35.1',
    E 'requests': '2.32.3',
    E 'responses': '0.25.3',
    E 'rpds-py': '0.19.0',
    E 'sentry-sdk': '2.10.0',
    E 'setuptools': '71.0.3',
    E 'six': '1.16.0',
    E 'toml': '0.10.2',
    E - 'tomli': '2.0.1',
    E - 'typeguard': '4.3.0',
    E - 'typing-extensions': '4.12.2',
    E 'urllib3': '2.2.2',
    E 'watchdog': '4.0.1',
    E 'werkzeug': '3.0.3',
    E - 'wheel': '0.43.0',
    E - 'zipp': '3.19.2',
    E 'zope-event': '5.0',
    E 'zope-interface': '6.4.post2',
    E }

py3.13-common

  • Class name: tests.test_utils
    Test name: test_installed_modules

    tests/test_utils.py:538: in test_installed_modules
    assert installed_distributions == importlib_distributions
    E AssertionError: assert {'sentry-sdk': '2.10.0', 'rpds-py': '0.19.0', 'pysocks': '1.7.1', 'watchdog': '4.0.1', 'iniconfig': '2.0.0', 'pluggy': '1.5.0', 'executing': '2.0.1', 'idna': '3.7', 'referencing': '0.35.1', 'responses': '0.25.3', 'jsonschema': '4.23.0', 'py': '1.11.0', 'colorama': '0.4.6', 'certifi': '2024.7.4', 'packaging': '24.1', 'pytest-asyncio': '0.23.8', 'werkzeug': '3.0.3', 'pytest-localserver': '0.8.1', 'pyrsistent': '0.20.0', 'pytest-forked': '1.6.0', 'setuptools': '71.0.3', 'six': '1.16.0', 'markupsafe': '2.1.5', 'pytest': '8.2.2', 'pytest-cov': '5.0.0', 'charset-normalizer': '3.3.2', 'asttokens': '2.4.1', 'docopt': '0.6.2', 'coverage': '7.6.0', 'requests': '2.32.3', 'pip': '24.0', 'jsonschema-specifications': '2023.12.1', 'pyyaml': '6.0.1', 'urllib3': '2.2.2', 'pytest-watch': '4.2.0', 'attrs': '23.2.0'} == {'sentry-sdk': '2.10.0', 'rpds-py': '0.19.0', 'pysocks': '1.7.1', 'watchdog': '4.0.1', 'iniconfig': '2.0.0', 'pluggy': '1.5.0', 'executing': '2.0.1', 'idna': '3.7', 'referencing': '0.35.1', 'responses': '0.25.3', 'jsonschema': '4.23.0', 'py': '1.11.0', 'colorama': '0.4.6', 'certifi': '2024.7.4', 'packaging': '24.1', 'pytest-asyncio': '0.23.8', 'werkzeug': '3.0.3', 'pytest-localserver': '0.8.1', 'pyrsistent': '0.20.0', 'pytest-forked': '1.6.0', 'setuptools': '71.0.3', 'six': '1.16.0', 'markupsafe': '2.1.5', 'pytest': '8.2.2', 'pytest-cov': '5.0.0', 'charset-normalizer': '3.3.2', 'asttokens': '2.4.1', 'docopt': '0.6.2', 'coverage': '7.6.0', 'requests': '2.32.3', 'pip': '24.0', 'jsonschema-specifications': '2023.12.1', 'pyyaml': '6.0.1', 'urllib3': '2.2.2', 'pytest-watch': '4.2.0', 'attrs': '23.2.0', 'jaraco-context': '5.3.0', 'jaraco-functools': '4.0.1', 'typing-extensions': '4.12.2', 'backports-tarfile': '1.2.0', 'tomli': '2.0.1', 'inflect': '7.3.1', 'jaraco-text': '3.12.1', 'importlib-resources': '6.4.0', 'importlib-metadata': '8.0.0', 'more-itertools': '10.3.0', 'typeguard': '4.3.0', 'autocommand': '2.2.2', 'platformdirs': '4.2.2', 'ordered-set': '4.1.0', 'zipp': '3.19.2', 'wheel': '0.43.0'}
    E
    E Common items:
    E {'asttokens': '2.4.1',
    E 'attrs': '23.2.0',
    E 'certifi': '2024.7.4',
    E 'charset-normalizer': '3.3.2',
    E 'colorama': '0.4.6',
    E 'coverage': '7.6.0',
    E 'docopt': '0.6.2',
    E 'executing': '2.0.1',
    E 'idna': '3.7',
    E 'iniconfig': '2.0.0',
    E 'jsonschema': '4.23.0',
    E 'jsonschema-specifications': '2023.12.1',
    E 'markupsafe': '2.1.5',
    E 'packaging': '24.1',
    E 'pip': '24.0',
    E 'pluggy': '1.5.0',
    E 'py': '1.11.0',
    E 'pyrsistent': '0.20.0',
    E 'pysocks': '1.7.1',
    E 'pytest': '8.2.2',
    E 'pytest-asyncio': '0.23.8',
    E 'pytest-cov': '5.0.0',
    E 'pytest-forked': '1.6.0',
    E 'pytest-localserver': '0.8.1',
    E 'pytest-watch': '4.2.0',
    E 'pyyaml': '6.0.1',
    E 'referencing': '0.35.1',
    E 'requests': '2.32.3',
    E 'responses': '0.25.3',
    E 'rpds-py': '0.19.0',
    E 'sentry-sdk': '2.10.0',
    E 'setuptools': '71.0.3',
    E 'six': '1.16.0',
    E 'urllib3': '2.2.2',
    E 'watchdog': '4.0.1',
    E 'werkzeug': '3.0.3'}
    E Right contains 16 more items:
    E {'autocommand': '2.2.2',
    E 'backports-tarfile': '1.2.0',
    E 'importlib-metadata': '8.0.0',
    E 'importlib-resources': '6.4.0',
    E 'inflect': '7.3.1',
    E 'jaraco-context': '5.3.0',
    E 'jaraco-functools': '4.0.1',
    E 'jaraco-text': '3.12.1',
    E 'more-itertools': '10.3.0',
    E 'ordered-set': '4.1.0',
    E 'platformdirs': '4.2.2',
    E 'tomli': '2.0.1',
    E 'typeguard': '4.3.0',
    E 'typing-extensions': '4.12.2',
    E 'wheel': '0.43.0',
    E 'zipp': '3.19.2'}
    E
    E Full diff:
    E {
    E 'asttokens': '2.4.1',
    E 'attrs': '23.2.0',
    E - 'autocommand': '2.2.2',
    E - 'backports-tarfile': '1.2.0',
    E 'certifi': '2024.7.4',
    E 'charset-normalizer': '3.3.2',
    E 'colorama': '0.4.6',
    E 'coverage': '7.6.0',
    E 'docopt': '0.6.2',
    E 'executing': '2.0.1',
    E 'idna': '3.7',
    E - 'importlib-metadata': '8.0.0',
    E - 'importlib-resources': '6.4.0',
    E - 'inflect': '7.3.1',
    E 'iniconfig': '2.0.0',
    E - 'jaraco-context': '5.3.0',
    E - 'jaraco-functools': '4.0.1',
    E - 'jaraco-text': '3.12.1',
    E 'jsonschema': '4.23.0',
    E 'jsonschema-specifications': '2023.12.1',
    E 'markupsafe': '2.1.5',
    E - 'more-itertools': '10.3.0',
    E - 'ordered-set': '4.1.0',
    E 'packaging': '24.1',
    E 'pip': '24.0',
    E - 'platformdirs': '4.2.2',
    E 'pluggy': '1.5.0',
    E 'py': '1.11.0',
    E 'pyrsistent': '0.20.0',
    E 'pysocks': '1.7.1',
    E 'pytest': '8.2.2',
    E 'pytest-asyncio': '0.23.8',
    E 'pytest-cov': '5.0.0',
    E 'pytest-forked': '1.6.0',
    E 'pytest-localserver': '0.8.1',
    E 'pytest-watch': '4.2.0',
    E 'pyyaml': '6.0.1',
    E 'referencing': '0.35.1',
    E 'requests': '2.32.3',
    E 'responses': '0.25.3',
    E 'rpds-py': '0.19.0',
    E 'sentry-sdk': '2.10.0',
    E 'setuptools': '71.0.3',
    E 'six': '1.16.0',
    E - 'tomli': '2.0.1',
    E - 'typeguard': '4.3.0',
    E - 'typing-extensions': '4.12.2',
    E 'urllib3': '2.2.2',
    E 'watchdog': '4.0.1',
    E 'werkzeug': '3.0.3',
    E - 'wheel': '0.43.0',
    E - 'zipp': '3.19.2',
    E }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Deprecate instrumenter option in final 2.x version
1 participant