Skip to content

Commit 3274429

Browse files
author
Tobias Deiminger
committed
Update changelog and AUTHORS
1 parent 12559db commit 3274429

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
@@ -322,6 +322,7 @@ Thomas Grainger
322322
Thomas Hisch
323323
Tim Hoffmann
324324
Tim Strazny
325+
Tobias Deiminger
325326
Tom Dalton
326327
Tom Viner
327328
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)