Skip to content

Commit

Permalink
default loop scope
Browse files Browse the repository at this point in the history
  • Loading branch information
callebtc committed Nov 1, 2024
1 parent 091d391 commit 28ba21f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ pre-commit = "^4.0.1"
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

[tool.pytest.ini_options]
asyncio_mode = "strict"
asyncio_default_fixture_loop_scope = "function"

[tool.poetry.scripts]
mint = "cashu.mint.main:main"
cashu = "cashu.wallet.cli.cli:cli"
Expand Down

0 comments on commit 28ba21f

Please sign in to comment.