mirror of
https://github.com/lucaspalomodevelop/indico-plugins.git
synced 2026-03-12 23:27:22 +00:00
Use default pytes warnings config
This commit is contained in:
parent
aa0875cd0d
commit
b9a31df13b
@ -5,3 +5,8 @@ addopts = -rsfEw --cov . --cov-report html --no-cov-on-fail
|
||||
python_files = *_test.py
|
||||
; we need the livesync plugin to be loaded
|
||||
indico_plugins = livesync
|
||||
; fail if there are warnings, but ignore ones that are likely just noise
|
||||
filterwarnings =
|
||||
error
|
||||
ignore::sqlalchemy.exc.SAWarning
|
||||
ignore::UserWarning
|
||||
|
||||
@ -5,3 +5,8 @@ addopts = -rsfEw --cov . --cov-report html --no-cov-on-fail
|
||||
python_files = *_test.py
|
||||
; we need the paypal plugin to be loaded
|
||||
indico_plugins = payment_paypal
|
||||
; fail if there are warnings, but ignore ones that are likely just noise
|
||||
filterwarnings =
|
||||
error
|
||||
ignore::sqlalchemy.exc.SAWarning
|
||||
ignore::UserWarning
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user