-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Open
Labels
topic: configrelated to config handling, argument parsing and config filerelated to config handling, argument parsing and config filetype: docsdocumentation improvement, missing or needing clarificationdocumentation improvement, missing or needing clarification
Description
For example, if I want to add ignore for the deprecation warning that only happens on Python 3.5 and POSIX, I want some entries to only apply to that. The example pseudosyntax:
filterwarnings =
error
ignore::DeprecationWarning; python_version == '3.5' and sys_platform != 'Windows'(that is completely made up after the env markers but hopefully, you've got the idea)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
topic: configrelated to config handling, argument parsing and config filerelated to config handling, argument parsing and config filetype: docsdocumentation improvement, missing or needing clarificationdocumentation improvement, missing or needing clarification