Skip to content

Commit

Permalink
chore(test): set default asyncio test fixture scope to function
Browse files Browse the repository at this point in the history
this is annoying...
a warning is issued without this present.
the change to `pytest-asyncio` was added here:
pytest-dev/pytest-asyncio@c74d1c3#diff-b6eecb9684dfb3a8e0ad8e43510999af4dc5dc5d03edaafd7fe6f872b22fe857R211
  • Loading branch information
aaraney committed Oct 8, 2024
1 parent f0f2a21 commit 10b9e6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/nwis_client/pytest.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[pytest]
markers =
slow: marks tests as slow (deselect with '-m "not slow"')
asyncio_default_fixture_loop_scope = function

0 comments on commit 10b9e6d

Please sign in to comment.