Remove FAQ entry about pytest warnings

The issue was resolved and for older versions, or use of the old style
there is an explanation of how to deal with things in loader.rst.
This commit is contained in:
Chris Dent 2017-01-04 11:30:19 +00:00
parent d22e643bb6
commit 6671e5d4d1
1 changed files with 0 additions and 10 deletions

View File

@ -21,16 +21,6 @@ Is gabbi only for testing Python-based APIs?
No, you can use :doc:`gabbi-run <runner>` to test an HTTP service
built in any programming language.
Workarounds
~~~~~~~~~~~
pytest produces warnings about yield tests. Can I make them stop?
-----------------------------------------------------------------
Yes, run as ``py.test --disable-pytest-warnings`` to quiet the
warnings. Or use a version of pytest less than ``3.0``. For more details
see :ref:`pytest <pytest_loader>`.
Testing Style
~~~~~~~~~~~~~