deprecate the builtin junitxml module and plan for moving it to a external plugin #3777
Closed
4 tasks
Labels
plugin: junitxml
related to the junitxml builtin plugin
type: backward compatibility
might present some backward compatibility issues which should be carefully noted in the changelog
type: deprecation
feature that will be removed in the future
type: removal
marks the actual removal of a feature, usually done in major releases
followup to #1126
junitxml in pytest itself is broken and not seeing any real maintenance, as such it should be considered for removal from the core
as the plugin is not part of the public api, it can be turned into a required dependency even in a minor release without needing to have a breaking release
it can however only turned into a optional thing by a major release
The text was updated successfully, but these errors were encountered: