[release] Version 1.3.0 #87
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This PR bumps the version to 1.3.0 and documents new features that have been merged since the 1.2.0 release.
The 1.3.0 release includes three significant improvements:
--tag-filtersoption that enables filtering tests byexecution_tagmarkers with key:value pairs (Add--tag-filtersoption to filter tests usingexecution_tagmarker #83)teardownare ignored and the test is reported aspassed#84)numprocessesis set to 0 (Test data not being uploaded for xdist enabled but numprocesses set to 0 #81)The README now documents the new
--tag-filtersfeature with usage examples, helping users understand how to filter tests based on Test Engine tags.Context
Relates to TE-5145
Changes
pyproject.tomluv.lockto reflect new versionVerification
Version correctly updated:
grep "version.*1.3.0" pyproject.toml uv.lockDocumentation renders correctly in markdown preview.
Deployment
Low risk. This is a standard release preparation PR. The actual package release will be triggered by merging this PR, which will invoke the automated release pipeline.
Rollback
Yes