Skip to content

Commit 283db4e

Browse files
committed
add changelog
1 parent 8e100ea commit 283db4e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

changelog/10839.deprecation.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Synchronous tests that request an asynchronous fixture with ``autouse=True`` will now give a DeprecationWarning.

changelog/10839.improvement.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Synchronous tests that request asynchronous fixtures will now error, instead of silently accepting an unawaited coroutine object as the fixture value.

0 commit comments

Comments
 (0)