Your IP : 216.73.216.196
B
C$�X� � @ s d Z dZdZdZdZdZdZdS )a
This module contains 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.
zRpassing a string to pytest.main() is deprecated, pass a list of arguments instead.zEyield tests are deprecated, and scheduled to be removed in pytest 4.0z�{name}: declaring fixtures using "pytest_funcarg__" prefix is deprecated and scheduled to be removed in pytest 4.0. Please remove the prefix and use the @pytest.fixture decorator instead.zM[pytest] section in setup.cfg files is deprecated, use [tool:pytest] instead.z9use of getfuncargvalue is deprecated, use getfixturevaluezB--result-log is deprecated and scheduled for removal in pytest 4.0N)�__doc__Z
MAIN_STR_ARGSZYIELD_TESTSZFUNCARG_PREFIXZSETUP_CFG_PYTESTZGETFUNCARGVALUEZ
RESULT_LOG� r r �C/opt/alt/python37/lib/python3.7/site-packages/_pytest/deprecated.py�<module> s