Skip to content

Commit

Permalink
tests: resolve pytest warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardzjl committed Dec 10, 2024
1 parent a309395 commit 6488532
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 @@ -70,6 +70,9 @@ extra-dependencies = [
[tool.hatch.envs.types.scripts]
check = "mypy --install-types --non-interactive {args:src/pybox tests}"

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

[tool.coverage.run]
source_pkgs = ["pybox", "tests"]
branch = true
Expand Down

0 comments on commit 6488532

Please sign in to comment.