mirror of https://github.com/MISP/misp-modules
8 lines
137 B
TOML
8 lines
137 B
TOML
|
# pyproject.toml
|
||
|
[tool.pytest.ini_options]
|
||
|
filterwarnings = [
|
||
|
"error",
|
||
|
"ignore::UserWarning",
|
||
|
"ignore::DeprecationWarning"
|
||
|
]
|