{{ message }}
This repository was archived by the owner on Aug 24, 2026. It is now read-only.
Releases: buildkite/test-collector-python
Releases · buildkite/test-collector-python
Release list
v1.7.0
What's Changed
- Fix spurious 'no result set' warnings and dropped execution tags under pytest-forked by @dahtey-bk in #124
- Bump version to 1.7.0 [release] by @omehegan in #125
New Contributors
- @dahtey-bk made their first contribution in #124
- @omehegan made their first contribution in #125
Full Changelog: v1.6.0...v1.7.0
v1.6.0
v1.5.0
What's Changed
- Bump urllib3 to 2.7.0 (CVE-2026-44432, CVE-2026-44431) by @niceking in #111
- Resolve cryptography vulnerability alert by @pda in #115
- Move CI from GitHub Actions to Buildkite by @pda in #116
- Send test_runner from pytest collector by @nprizal in #117
Full Changelog: v1.4.3...v1.5.0
v1.4.3
What's Changed
- Capture collection errors (e.g. import failures) in JSON report by @altana-ai in #108
Full Changelog: v1.4.2...v1.4.3
v1.4.2
What's Changed
Fixed
- Fix tests skipped during setup phase reporting with no result by @nprizal in #102
- Add defensive handling for missing test results by @jasonwbarnett in #104
Full Changelog: v1.4.1...v1.4.2
v1.4.1
What's Changed
Fixed
- Fix JSON file corruption in save_payload_as_json when merge=True by @jasonwbarnett in #97
Dependencies
- build(deps): bump pygments from 2.19.2 to 2.20.0 by @dependabot[bot] in #99
- build(deps): bump cryptography from 46.0.5 to 46.0.7 by @dependabot[bot] in #100
New Contributors
- @jameshill made their first contribution in #101
Full Changelog: v1.4.0...v1.4.1
v1.4.0
What's Changed
Changed / Fixed
- Prevent SubtestReport from overwriting parent test result by @jasonwbarnett in #94
Dependencies
- build(deps): bump cryptography from 45.0.5 to 46.0.5 by @dependabot[bot] in #92
Everything else
Full Changelog: v1.3.1...v1.4.0
v1.3.1
What's Changed
Changed
- Remove CI environment variable requirement for uploads in common CI systems by @gchan in #89
- Automatically detects Buildkite, GitHub Actions, and CircleCI environments
- Only requires
CIenvironment variable for unknown CI systems - Simplifies integration for common CI platforms
Added
Dependencies
- build(deps): bump urllib3 from 2.5.0 to 2.6.3 in #88
Full Changelog: v1.3.0...v1.3.1
v1.3.0
What's Changed
Added
Fixed
- Report teardown failures as failed tests by @jimsynz in #86
- Teardown failures are now correctly reported instead of being ignored (fixes #84)
- Fixed
ValueErrorwhen pytest-xdist is not installed
- Test data not being uploaded for xdist enabled but numprocesses set to 0 by @zpoint in #81
New Contributors
Full Changelog: v1.2.0...v1.3.0
v1.2.0
What's Changed
New Contributors
- @meghan-kradolfer made their first contribution in #72
- @scadu made their first contribution in #79
Full Changelog: v1.1.1...v1.2.0
