Change version in issues section to pytest 3.0 only

This commit is contained in:
Raphael Pierzina 2016-06-25 14:52:57 +02:00
parent acfdd85dff
commit eb98a8eefb
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ Issues
* This is very inconvenient if you wish to extend an existing test suite by * This is very inconvenient if you wish to extend an existing test suite by
certain parameters for fixtures that are already used by tests certain parameters for fixtures that are already used by tests
pytest version 3.0 and higher reports an error if you try to run above code:: pytest version 3.0 reports an error if you try to run above code::
Failed: The requested fixture has no parameter defined for the current Failed: The requested fixture has no parameter defined for the current
test. test.