Ë
    ì×¢i  ã                  óÖ   — d Z ddlmZ ddlmZ ddlmZ ddlmZ ddlmZ ddlm	Z	 h d£Z
 ed	«      Z ed
«      Z e	ed«      Z e	ed«      Z e	ed«      Z ed«      Z ed«      Zdd„Zy)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)ÚPytestRemovedIn9Warning)ÚPytestRemovedIn10Warning)ÚUnformattedWarning>   Úpytest_catchlogÚpytest_subtestsÚpytest_capturelogÚpytest_faulthandlerzT@pytest.yield_fixture is deprecated.
Use @pytest.fixture instead; they are the same.z,A private pytest class or function was used.zàThe ({pylib_path_arg}: py.path.local) argument is deprecated, please use ({pathlib_path_arg}: pathlib.Path)
see https://docs.pytest.org/en/latest/deprecations.html#py-path-local-arguments-for-hooks-replaced-with-pathlib-pathzöThe (fspath: py.path.local) argument to {node_type_name} is deprecated. Please use the (path: pathlib.Path) argument instead.
See https://docs.pytest.org/en/latest/deprecations.html#fspath-argument-for-node-constructors-replaced-with-pathlib-patha  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-markerszŒMarks applied to fixtures have no effect
See docs: https://docs.pytest.org/en/stable/deprecations.html#applying-a-mark-to-a-fixture-functionaB  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-packagesc                ó,   — | st        t        d¬«       y y )Né   )Ú
stacklevel)r   ÚPRIVATE)Úispytests    úS/sites/domain-asset-master/.venv/lib/python3.12/site-packages/_pytest/deprecated.pyÚcheck_ispytestr   a   s   € ÙÜŒW Ö#ð ó    N)r   ÚboolÚreturnÚNone)Ú__doc__Ú
__future__r   Úwarningsr   Ú_pytest.warning_typesr   r   r   r   ÚDEPRECATED_EXTERNAL_PLUGINSÚYIELD_FIXTUREr   ÚHOOK_LEGACY_PATH_ARGÚNODE_CTOR_FSPATH_ARGÚHOOK_LEGACY_MARKINGÚMARKED_FIXTUREÚ%MONKEYPATCH_LEGACY_NAMESPACE_PACKAGESr   © r   r   ú<module>r$      s°   ðñ	õ #å å :Ý 9Ý :Ý 4ò
Ð ñ )ð6ó€ñ #Ð#QÓ
R€ñ *ØðDóÐ ñ *ØðHóÐ ñ )Øð2óÐ ñ )ðjó€ñ
 )Aðcó)Ð %ô4$r   