Skip to content

Commit

Permalink
fix pytest-asyncio deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkLark86 committed Sep 11, 2024
1 parent acc663c commit 431d9eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ exclude = '''
testpaths = ["tests", "superdesk", "apps", "content_api"]
python_files = "*_test.py *_tests.py test_*.py tests_*.py tests.py test.py"
asyncio_mode = "auto"
asyncio_default_fixture_loop_scope = "function"

0 comments on commit 431d9eb

Please sign in to comment.