Skip to content

Commit

Permalink
Merge pull request #203 from gerlero/tests
Browse files Browse the repository at this point in the history
Fix pytest-asyncio DeprecationWarning
  • Loading branch information
gerlero authored Sep 30, 2024
2 parents 7f15107 + b902ab8 commit 754af0c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ version = {attr = "foamlib.__version__"}
[tool.setuptools.package-data]
"foamlib" = ["py.typed"]

[tool.pytest.ini_options]
asyncio_default_fixture_loop_scope = "session"

[tool.mypy]
packages = [
"foamlib",
Expand Down

0 comments on commit 754af0c

Please sign in to comment.