Skip to content

Commit

Permalink
Adopted pyenv-asyncio for async unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelgrinberg committed Dec 17, 2024
1 parent b6ee33e commit 0b5c463
Show file tree
Hide file tree
Showing 9 changed files with 923 additions and 1,038 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,7 @@ namespaces = false
[build-system]
requires = ["setuptools>=61.2"]
build-backend = "setuptools.build_meta"

[tool.pytest.ini_options]
asyncio_mode = "auto"
asyncio_default_fixture_loop_scope = "session"
6 changes: 0 additions & 6 deletions tests/async/helpers.py

This file was deleted.

Loading

0 comments on commit 0b5c463

Please sign in to comment.