Releases: Quansight-Labs/pytest-run-parallel
Releases · Quansight-Labs/pytest-run-parallel
v0.2.0
Minor pytest-run-parallel that adds support for repeated execution. It also fixes several issues related to variable scoping and introduces a new marker for single-threaded tests.
What's Changed
- Fix PyPI link by @lesteve in #6
- Fix typo in README by @radarhere in #9
- Change configuration to use uv & ruff by @lysnikolaou in #10
- Add option to set number of iterations in each thread by @lysnikolaou in #11
- Add pre-commit config and autofix CI by @lysnikolaou in #12
- Ensure that pytest.mark.skipif works by @andfoy in #15
- Add thread_unsafe marker as an alias for parallel_threads(1) by @andfoy in #18
New Contributors
- @lesteve made their first contribution in #6
- @radarhere made their first contribution in #9
- @lysnikolaou made their first contribution in #10
Full Changelog: v0.1.0...v0.2.0