Skip to content
Snippets Groups Projects
Commit 3c69ff13 authored by Michał Kudela's avatar Michał Kudela
Browse files

add pytest-asyncio 0.25.3 to pyproject.toml, and update pytest.ini

parent e9b5ad46
No related branches found
No related tags found
2 merge requests!262Duplicate typeScript tests to python,!230Implementation of the python wax interface
......@@ -39,6 +39,7 @@ requests = "2.27.1"
mypy = "1.11.2"
pre-commit = "2.21.0"
pytest = "7.4.2"
pytest-asyncio = "0.25.3"
types-setuptools = ">=67.8.0"
ruff = "0.6.5"
grpcio = "1.59.0"
......@@ -48,6 +49,8 @@ types-protobuf = "4.24.0.3"
grpc-stubs = "1.53.0.2"
grpcio-tools = "1.59.0"
[tool.pytest.ini_options]
asyncio_mode = "auto"
[tool.poetry-dynamic-versioning]
enable = true
......
[pytest]
asyncio_mode = auto
markers =
describe
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment