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.