summaryrefslogtreecommitdiff
path: root/changelog
diff options
context:
space:
mode:
authorFelipe Dau <dau@riseup.net>2017-08-09 02:57:36 +0000
committerFelipe Dau <dau@riseup.net>2017-08-09 02:57:36 +0000
commitacd3c4fbc4eae188d9f3c570c878baaa07f2b9fb (patch)
treefe4d728b65faf1fd824380d9fc37f478c9aed989 /changelog
parentc847b83d562e48db4b5f90c4c1bd697dfbf912c1 (diff)
downloadpytest-acd3c4fbc4eae188d9f3c570c878baaa07f2b9fb.tar.gz
Update changelog for #2653
Diffstat (limited to 'changelog')
-rw-r--r--changelog/2653.doc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog/2653.doc b/changelog/2653.doc
new file mode 100644
index 000000000..202a06da9
--- /dev/null
+++ b/changelog/2653.doc
@@ -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.