Update changelog for #2653

This commit is contained in:
Felipe Dau 2017-08-09 02:57:36 +00:00
parent c847b83d56
commit acd3c4fbc4
1 changed files with 1 additions and 0 deletions

1
changelog/2653.doc Normal file
View File

@ -0,0 +1 @@
In one of the simple examples, use `pytest_collection_modifyitems()` to skip tests based on a command-line option, allowing its sharing while preventing a user error when acessing `pytest.config` before the argument parsing.