Move pytest configuration to pyproject.toml
This commit is contained in:
parent
36b3b8c323
commit
da23ae9732
@ -52,6 +52,10 @@ build-backend = "poetry.core.masonry.api"
|
||||
# mypy_path = "/home/kae/.cache/pypoetry/virtualenvs/musicmuster-oWgGw1IG-py3.9:/home/kae/git/musicmuster/app"
|
||||
mypy_path = "/home/kae/git/musicmuster/app"
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
addopt = "--exitfirst --showlocals --capture=no"
|
||||
pythonpath = [".", "app"]
|
||||
|
||||
[tool.vulture]
|
||||
exclude = ["migrations", "app/ui", "archive"]
|
||||
paths = ["app"]
|
||||
|
||||
@ -1,2 +0,0 @@
|
||||
[pytest]
|
||||
addopts = -xls
|
||||
Loading…
Reference in New Issue
Block a user