Commit 45861d7e authored by Roman Yurchak's avatar Roman Yurchak Committed by oroulet

Move pytest.ini into pyproject.toml

parent e775cbd8
......@@ -72,6 +72,11 @@ Repository = "https://github.com/FreeOpcUa/opcua-asyncio"
[tool.hatch.build.targets.sdist]
include = ["/asyncua"]
[tool.pytest.ini_options]
log_cli = false
log_level = "INFO"
testpaths = ["tests"]
asyncio_mode = "auto"
[tool.ruff]
line-length = 999
......
[pytest]
log_cli=False
log_level=INFO
testpaths = tests
asyncio_mode = auto
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment