Skip to content

Commit 700a312

Browse files
committed
Move pytest.ini into pyproject.toml
1 parent 083f9a0 commit 700a312

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

pyproject.toml

+5
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,11 @@ Repository = "https://github.com/FreeOpcUa/opcua-asyncio"
7272
[tool.hatch.build.targets.sdist]
7373
include = ["/asyncua"]
7474

75+
[tool.pytest]
76+
log_cli = false
77+
log_level = "INFO"
78+
testpaths = ["tests"]
79+
asyncio_mode = "auto"
7580

7681
[tool.ruff]
7782
line-length = 999

pytest.ini

-5
This file was deleted.

0 commit comments

Comments
 (0)