Skip to content

Commit

Permalink
Move pytest.ini into pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
rth committed Oct 25, 2024
1 parent 083f9a0 commit 700a312
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,11 @@ Repository = "https://github.com/FreeOpcUa/opcua-asyncio"
[tool.hatch.build.targets.sdist]
include = ["/asyncua"]

[tool.pytest]
log_cli = false
log_level = "INFO"
testpaths = ["tests"]
asyncio_mode = "auto"

[tool.ruff]
line-length = 999
Expand Down
5 changes: 0 additions & 5 deletions pytest.ini

This file was deleted.

0 comments on commit 700a312

Please sign in to comment.