diff --git a/pyproject.toml b/pyproject.toml index 16e7c3c3e..327bc7020 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 diff --git a/pytest.ini b/pytest.ini deleted file mode 100644 index 223ebf2ef..000000000 --- a/pytest.ini +++ /dev/null @@ -1,5 +0,0 @@ -[pytest] -log_cli=False -log_level=INFO -testpaths = tests -asyncio_mode = auto