Your IP : 216.73.216.196


Current Path : /opt/alt/python37/lib/python3.7/site-packages/_pytest/__pycache__/
Upload File :
Current File : //opt/alt/python37/lib/python3.7/site-packages/_pytest/__pycache__/deprecated.cpython-37.pyc

B

C$�X��@s dZdZdZdZdZdZdZdS)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�rr�C/opt/alt/python37/lib/python3.7/site-packages/_pytest/deprecated.py�<module>s