@@ -273,14 +273,31 @@ Conflicting dynamic contexts (dynamic-conflict)
273273 :meth: `.Coverage.switch_context ` function to change the context. Only one of
274274 these mechanisms should be in use at a time.
275275
276- sys.monitoring isn't available, using default core (no-sysmon)
276+ sys.monitoring isn't available in this version , using default core (no-sysmon)
277277 You requested to use the sys.monitoring measurement core, but are running on
278278 Python 3.11 or lower where it isn't available. A default core will be used
279279 instead.
280280
281+ sys.monitoring can't measure branches in this version, using default core (no-sysmon)
282+ You requested the sys.monitoring measurement core and also branch coverage.
283+ This isn't supported until the later alphas of Python 3.14. A default core
284+ will be used instead.
285+
286+ sys.monitoring doesn't yet support dynamic contexts, using default core (no-sysmon)
287+ You requested the sys.monitoring measurement core and also dynamic contexts.
288+ This isn't supported by coverage.py yet. A default core will be used
289+ instead.
290+
291+ sys.monitoring doesn't yet support plugins, using default core (no-sysmon)
292+ You requested the sys.monitoring measurement core and also are using some
293+ plugins. This isn't supported by coverage.py yet. A default core will be
294+ used instead.
295+
281296Individual warnings can be disabled with the :ref: `disable_warnings
282- <config_run_disable_warnings>` configuration setting. To silence "No data was
283- collected," add this to your configuration file:
297+ <config_run_disable_warnings>` configuration setting. It is a list of the
298+ short parenthetical nicknames in the warning messages. For example, to silence
299+ "No data was collected (no-data-collected)", add this to your configuration
300+ file:
284301
285302.. [[[cog
286303 show_configs(
0 commit comments