Skip to content

Commit 099e4d1

Browse files
author
Tobias Deiminger
committed
Update changelog and AUTHORS
1 parent ab08f54 commit 099e4d1

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,7 @@ Thomas Grainger
321321
Thomas Hisch
322322
Tim Hoffmann
323323
Tim Strazny
324+
Tobias Deiminger
324325
Tom Dalton
325326
Tom Viner
326327
Tomáš Gavenčiak

changelog/8914.bugfix.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
If fixtures had been indirectly parameterized via test function, e.g. using the
2+
``@pytest.mark.parametrize(indirect=True)`` marker, reordering of tests for the least possible fixture setup/teardown
3+
cycles did not work. Optimized test groups can now be determined either explicitly by passing parameter ids, or
4+
implicitly if the parameter value is hashable.

0 commit comments

Comments
 (0)