7 lines
132 B
TOML
7 lines
132 B
TOML
|
|
[tool.pytest.ini_options]
|
||
|
|
asyncio_mode = "auto"
|
||
|
|
testpaths = ["tests"]
|
||
|
|
filterwarnings = [
|
||
|
|
"ignore::DeprecationWarning:jose.*",
|
||
|
|
]
|