Fix heading level

This commit is contained in:
FND 2016-09-21 13:50:27 +02:00 committed by GitHub
parent a9e16c7ae3
commit 9203bc89c3

View File

@ -25,7 +25,7 @@ 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