Skip to content

Commit 960f846

Browse files
committed
Silence asyncio_default_fixture_loop_scope warnings (quantumlib#1025)
They're deprecation warnings that are harmless currently.
1 parent 8c0660c commit 960f846

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

dev_tools/conf/pytest.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
[pytest]
22
markers =
33
slow: marks tests as slow (deselect with '-m "not slow"')
4+
5+
# Silence deprecation warnings about option "asyncio_default_fixture_loop_scope"
6+
asyncio_default_fixture_loop_scope = "function"

0 commit comments

Comments
 (0)