Skip to content

Commit

Permalink
add pytest-asyncio to test requirements and related config to pyproje…
Browse files Browse the repository at this point in the history
…ct.yaml
  • Loading branch information
emanehab99 committed Oct 18, 2024
1 parent 49e12dc commit 581c453
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ __version__ = "{version}"
[tool.pytest.ini_options]
addopts = "--ignore-glob=*/version.py --ignore-glob=*data_dir/*"
testpaths = "."
asyncio_default_fixture_loop_scope="function"

[tool.black]
line-length = 110
Expand Down
1 change: 1 addition & 0 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ pre-commit
boto3
botocore
playwright
pytest-asyncio

0 comments on commit 581c453

Please sign in to comment.