ó
…¾^Yc           @` sJ   d  Z  d d l m Z m Z m Z d Z d Z d Z d Z d Z	 d Z
 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    (   t   absolute_importt   divisiont   print_functionsR   passing a string to pytest.main() is deprecated, pass a list of arguments instead.sE   yield 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.s9   use of getfuncargvalue is deprecated, use getfixturevaluesB   --result-log is deprecated and scheduled for removal in pytest 4.0N(   t   __doc__t
   __future__R    R   R   t   MAIN_STR_ARGSt   YIELD_TESTSt   FUNCARG_PREFIXt   SETUP_CFG_PYTESTt   GETFUNCARGVALUEt
   RESULT_LOG(    (    (    s2   /tmp/pip-build-hU8Cw8/pytest/_pytest/deprecated.pyt   <module>   s   