Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
Merge pull request #34 from ca11ab1e/chore-pytest-asyncio-warning
Browse files Browse the repository at this point in the history
chore: prevent asyncio pytest warning
  • Loading branch information
antazoey authored Jun 20, 2022
2 parents 01c091b + 80e9de8 commit d595ea7
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 @@ -29,6 +29,7 @@ addopts = """
python_files = "test_*.py"
testpaths = "tests"
markers = "fuzzing: Run Hypothesis fuzz test suite"
asyncio_mode = "auto"

[tool.isort]
line_length = 100
Expand Down

0 comments on commit d595ea7

Please sign in to comment.