Releases · buildkite/test-collector-python · GitHub
Skip to content
This repository was archived by the owner on Aug 24, 2026. It is now read-only.

Releases: buildkite/test-collector-python

v1.7.0

Choose a tag to compare

@nprizal nprizal released this 21 Jul 03:25
757d5eb

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

Full Changelog: v1.6.0...v1.7.0

v1.6.0

Choose a tag to compare

@nprizal nprizal released this 13 Jul 22:21
1ca03c1

What's Changed

  • Normalize pytest file paths to process cwd for test.selector.primary inference by @nprizal in #120

Full Changelog: v1.5.0...v1.6.0

v1.5.0

Choose a tag to compare

@nprizal nprizal released this 13 Jul 22:21
1045199

What's Changed

Full Changelog: v1.4.3...v1.5.0

v1.4.3

Choose a tag to compare

@niceking niceking released this 30 Apr 06:51
c44321a

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

Choose a tag to compare

@nprizal nprizal released this 15 Apr 22:47
582f67e

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

Choose a tag to compare

@nprizal nprizal released this 15 Apr 20:46
55a3c63

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

Full Changelog: v1.4.0...v1.4.1

v1.4.0

Choose a tag to compare

@gchan gchan released this 17 Mar 01:28
v1.4.0
0873cb9

What's Changed

Changed / Fixed

Dependencies

  • build(deps): bump cryptography from 45.0.5 to 46.0.5 by @dependabot[bot] in #92

Everything else

  • Add pytest 9.x CI matrix entry for subtest integration tests by @gchan in #95

Full Changelog: v1.3.1...v1.4.0

v1.3.1

Choose a tag to compare

@gchan gchan released this 28 Jan 22:16
v1.3.1
1bb6757

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 CI environment variable for unknown CI systems
    • Simplifies integration for common CI platforms

Added

  • Add AGENTS.md with comprehensive coding guidelines by @gchan in #90

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

Choose a tag to compare

@gchan gchan released this 26 Jan 23:00
v1.3.0
664955d

What's Changed

Added

  • Add --tag-filters option to filter tests using execution_tag marker by @nprizal in #83

Fixed

  • Report teardown failures as failed tests by @jimsynz in #86
    • Teardown failures are now correctly reported instead of being ignored (fixes #84)
    • Fixed ValueError when 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

Choose a tag to compare

@nprizal nprizal released this 01 Dec 22:28
7e85e6c

What's Changed

  • Fix span detail format by @scadu in #79
    • It must follow the format defined in docs.

New Contributors

Full Changelog: v1.1.1...v1.2.0