We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c60d17d commit f97618fCopy full SHA for f97618f
CHANGES.rst
@@ -1,8 +1,8 @@
1
Changelog
2
=========
3
4
-16.1 (unreleased)
5
------------------
+16.0.1 (2025-09-02)
+-------------------
6
7
- Reverted the ability to access error attributes because of an incompatibility
8
with `pytest-xdist <https://github.com/pytest-dev/pytest-xdist/issues/843>`_.
pyproject.toml
@@ -9,7 +9,7 @@ ignore = [".pre-commit-config.yaml"]
9
10
[project]
11
name = "pytest-rerunfailures"
12
-version = "16.1.dev0"
+version = "16.0.1"
13
description = "pytest plugin to re-run tests to eliminate flaky failures"
14
dynamic = [
15
"readme",
0 commit comments