Skip to content

Commit

Permalink
chore: set pytest asyncio fixture loop scope
Browse files Browse the repository at this point in the history
  • Loading branch information
gadomski committed Oct 6, 2024
1 parent a62228a commit 8582094
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 @@ -60,6 +60,7 @@ filterwarnings = [
"ignore:inheritance class OAuth2Client from ClientSession is discouraged:DeprecationWarning", # https://github.com/VITObelgium/aiohttp-oauth2-client/issues/1
"ignore:datetime.datetime.utcnow.*:DeprecationWarning:botocore", # https://github.com/boto/boto3/issues/3889
]
asyncio_default_fixture_loop_scope = "function"

[tool.ruff.lint]
select = ["F", "E", "W", "I", "ERA", "RUF", "D"]
Expand Down

0 comments on commit 8582094

Please sign in to comment.