Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: Quansight-Labs/pytest-run-parallel

v0.9.1

03 Jun 20:13
b23961a

Choose a tag to compare

What's Changed

Full Changelog: v0.9.0...v0.9.1

v0.9.0

27 May 15:32
aee1776

Choose a tag to compare

What's Changed

Full Changelog: v0.8.2...v0.9.0

v0.8.2

14 Jan 09:55
aeabfc9

Choose a tag to compare

What's Changed

  • Reset warning filter during thread-unsafe detection by @ngoldbaum in #164

Full Changelog: v0.8.1...v0.8.2

v0.8.1

23 Dec 16:20
57be771

Choose a tag to compare

What's Changed

  • Only run logic for selected pytest items by @Liam-DeVoe in #156
  • fix: add capteesys, capsysbinary, capfd and capfdbinary to thread-unsafe fixtures by @mayeut in #157
  • Only fail tests for enabling the GIL in parallel runs by @ngoldbaum in #159

New Contributors

Full Changelog: v0.8.0...v0.8.1

v0.8.0

24 Nov 19:47
988928d

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.1...v0.8.0

v0.7.1

23 Oct 12:48
28c0073

Choose a tag to compare

What's Changed

Full Changelog: v0.7.0...v0.7.1

v0.7.0

25 Sep 13:56
ad4e187

Choose a tag to compare

What's Changed

  • Fix typo in option help by @nickodell in #117
  • Move options to common group, and add help text for options by @nickodell in #118
  • Create thread_id and iteration_id fixtures by @bwhitt7 in #119
  • Add a reminder to run downstream tests before doing a release by @ngoldbaum in #116
  • Treat warnings as errors in the tox configuration by @ngoldbaum in #126
  • Patch tmp_path/tmpdir to be thread-safe by @bwhitt7 in #120
  • globals and AST parsing exception handling by @bwhitt7 in #123
  • Add option --forever to keep running tests in a never-ending loop by @lysnikolaou in #124
  • Clarify limitations of patched fixtures in README by @bwhitt7 in #128

New Contributors

Full Changelog: v0.6.1...v0.7.0

v0.6.1

13 Aug 20:43
26a9a24

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.0...v0.6.1

v0.6.0

01 Aug 09:14
76ba6cb

Choose a tag to compare

What's Changed

New Contributors

  • @tybug made their first contribution in #96

Full Changelog: v0.5.0...v0.6.0

v0.5.0

21 Jul 16:31
3221913

Choose a tag to compare

What's Changed

  • Refactor plugin into multiple files by @lysnikolaou in #78
  • Support chained attributes in thread unsafe detection by @lysnikolaou in #79
  • Improvements to thread safety detection and implement disallowing whole modules by @lysnikolaou in #82
  • Skip analyzing doctests and add num_parallel_threads fixture everywhere by @lysnikolaou in #90
  • adjust terminal summary when skip-thread-unsafe is set by @ngoldbaum in #87
  • Strip leading whitespace instead of dedent for test source code by @lysnikolaou in #91
  • Avoid AttributeError in terminalsummary by @ngoldbaum in #94
  • Rewrite pytest hooks as a class plugin by @lysnikolaou in #95

Full Changelog: v0.4.4...v0.5.0