Your IP : 216.73.216.196


Current Path : /opt/alt/python27/lib/python2.7/site-packages/_pytest/
Upload File :
Current File : //opt/alt/python27/lib/python2.7/site-packages/_pytest/deprecated.pyc

�
�mYc@`sJdZddlmZmZmZdZdZdZdZdZ	dZ
d	S(
s
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.
i(tabsolute_importtdivisiontprint_functionsRpassing a string to pytest.main() is deprecated, pass a list of arguments instead.sEyield tests are deprecated, and scheduled to be removed in pytest 4.0s�{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.sM[pytest] section in setup.cfg files is deprecated, use [tool:pytest] instead.s9use of getfuncargvalue is deprecated, use getfixturevaluesB--result-log is deprecated and scheduled for removal in pytest 4.0N(t__doc__t
__future__RRRt
MAIN_STR_ARGStYIELD_TESTStFUNCARG_PREFIXtSETUP_CFG_PYTESTtGETFUNCARGVALUEt
RESULT_LOG(((sC/opt/alt/python27/lib/python2.7/site-packages/_pytest/deprecated.pyt<module>s