ó
    ~Ï/jC  ã                  ó<  • S r SSKJr  SSKJr  SSKJr  SSKJr  SSKJr  1 Skr	\" S5      r
\" S	5      r\" S
5      r\" \S5      r\" S5      r\" \S5      r\" S5      r\" S5      r\" \S5      r\" S5      r\" S5      r\" S5      r\" S5      r\" S5      rSS jrg)aª  Deprecation messages and bits of code used elsewhere in the codebase that
is planned to be removed in the next pytest release.

Keeping it in a central location makes it easy to track what is deprecated and should
be removed when the time comes.

All constants defined in this module should be either instances of
:class:`PytestWarning`, or :class:`UnformattedWarning`
in case of warnings which need to format their messages.
é    )Úannotations)Úwarn)ÚPytestDeprecationWarning)ÚPytestRemovedIn10Warning)ÚUnformattedWarning>   Úpytest_catchlogÚpytest_subtestsÚpytest_capturelogÚpytest_faulthandlerzT@pytest.yield_fixture is deprecated.
Use @pytest.fixture instead; they are the same.av  Class-scoped fixture defined as instance method is deprecated.
Instance attributes set in this fixture will NOT be visible to test methods,
as each test gets a new instance while the fixture runs only once per class.
Use @classmethod decorator and set attributes on cls instead.
See https://docs.pytest.org/en/stable/deprecations.html#class-scoped-fixture-as-instance-methodz,A private pytest class or function was used.a  The hook{type} {fullname} uses old-style configuration options (marks or attributes).
Please use the pytest.hook{type}({hook_opts}) decorator instead
 to configure the hooks.
 See https://docs.pytest.org/en/latest/deprecations.html#configuring-hook-specs-impls-using-markersaB  monkeypatch.syspath_prepend() called with pkg_resources legacy namespace packages detected.
Legacy namespace packages (using pkg_resources.declare_namespace) are deprecated.
Please use native namespace packages (PEP 420) instead.
See https://docs.pytest.org/en/stable/deprecations.html#monkeypatch-fixup-namespace-packageszÜPassing a non-Collection iterable to parametrize is deprecated.
Test: {nodeid}, argvalues type: {type_name}
Please convert to a list or tuple.
See https://docs.pytest.org/en/stable/deprecations.html#parametrize-iteratorszÑpytest.console_main() is deprecated and will be removed in pytest 10.
It was never intended for programmatic use; use pytest.main() instead.
See https://docs.pytest.org/en/stable/deprecations.html#console-mainzžconfig.inicfg is deprecated, use config.getini() to access configuration values instead.
See https://docs.pytest.org/en/stable/deprecations.html#config-inicfgaQ  Calling request.getfixturevalue("{argname}") during teardown is deprecated.
Please request the fixture before teardown begins, either by declaring it in the fixture signature or by calling request.getfixturevalue() before the fixture yields.
See https://docs.pytest.org/en/stable/deprecations.html#dynamic-fixture-request-during-teardownzÃThe --pastebin option is deprecated. The functionality is now available in an external plugin package, pytest-pastebin.
See https://docs.pytest.org/en/stable/deprecations.html#the-pastebin-optionzRPassing baseid to FixtureDef is deprecated. Pass node instead for fixture scoping.zYPassing nodeid to _register_fixture is deprecated. Pass node instead for fixture scoping.z¢FixtureDef.has_location is deprecated and will be removed in pytest 10. See https://docs.pytest.org/en/stable/deprecations.html#fixturedef-has-location-deprecatedziPassing nodeid string to parsefactories is deprecated. Use parsefactories(holder=obj, node=node) instead.c                ó0   • U (       d  [        [        SS9  g g )Né   )Ú
stacklevel)r   ÚPRIVATE)Úispytests    ÚQ/root/lseg-credit/backend/venv/lib/python3.13/site-packages/_pytest/deprecated.pyÚcheck_ispytestr   ‰   s   € ÞÜŒW Ó#ð ó    N)r   ÚboolÚreturnÚNone)Ú__doc__Ú
__future__r   Úwarningsr   Ú_pytest.warning_typesr   r   r   ÚDEPRECATED_EXTERNAL_PLUGINSÚYIELD_FIXTUREÚCLASS_FIXTURE_INSTANCE_METHODr   ÚHOOK_LEGACY_MARKINGÚ%MONKEYPATCH_LEGACY_NAMESPACE_PACKAGESÚ#PARAMETRIZE_NON_COLLECTION_ITERABLEÚCONSOLE_MAINÚCONFIG_INICFGÚ'FIXTURE_GETFIXTUREVALUE_DURING_TEARDOWNÚPASTEBINÚFIXTURE_BASEID_DEPRECATEDÚFIXTURE_NODEID_DEPRECATEDÚ"FIXTUREDEF_HAS_LOCATION_DEPRECATEDÚ PARSEFACTORIES_NODEID_DEPRECATEDr   © r   r   Ú<module>r*      s+  ðñ	õ #å å :Ý :Ý 4ò
Ð ñ )ð6ó€ñ
 !9ðfó!Ð ñ #Ð#QÓ
R€ñ )Øð2óÐ ñ )Aðcó)Ð %ñ '9ØðTó'Ð #ñ (ðKó€ñ )ðLó€ñ
 +=Øðfó+Ð 'ñ $ðRó€ñ2 5ØXóÐ ñ 5ð-óÐ ñ
 &>ðaó&Ð "ñ
 $<ð9ó$Ð  õ$r   