mirror of https://github.com/OWASP/Nettacker.git
pyproject updates to fix warnings issued by pytest (#1130)
* updated pyproject to fix warnings issued by pytest * Update pyproject.toml --------- Co-authored-by: Arkadii Yakovets <arkadii.yakovets@owasp.org>
This commit is contained in:
parent
5d905edce4
commit
cd0d168ab4
|
|
@ -92,6 +92,7 @@ profile = "black"
|
|||
|
||||
[tool.pytest.ini_options]
|
||||
addopts = "--cov=nettacker --cov-config=pyproject.toml --cov-report term --cov-report xml --dist loadscope --no-cov-on-fail --numprocesses auto"
|
||||
asyncio_default_fixture_loop_scope = "function"
|
||||
testpaths = ["tests"]
|
||||
|
||||
[tool.ruff]
|
||||
|
|
|
|||
Loading…
Reference in New Issue