fixtures: change FixtureDef.cached_result[2] from exception triplet to exception

Fix #11208.
This commit is contained in:
Ran Benita
2023-07-14 10:35:18 +03:00
parent 01f38aca44
commit 9d0ddb4625
2 changed files with 13 additions and 16 deletions
+2
View File
@@ -0,0 +1,2 @@
The (internal) ``FixtureDef.cached_result`` type has changed.
Now the third item ``cached_result[2]``, when set, is an exception instance instead of an exception triplet.