Skip to content

Commit

Permalink
Set pytest asyncio mode to auto
Browse files Browse the repository at this point in the history
The default will change to 'strict' in the future, but since asyncio is
the only async framework supported, 'auto' makes more sense.
  • Loading branch information
bmerry committed Feb 22, 2022
1 parent a2643a8 commit 010748e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
[pytest]
testpaths = tests
asyncio_mode = auto

0 comments on commit 010748e

Please sign in to comment.