1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
[pytest]
addopts = -rs --cache-clear --strict-markers
markers =
settings
app_settings
babel
changeable
confirmable
registerable
two_factor
recoverable
oauth
passwordless
trackable
unified_signin
webauthn
flask_async
csrf
change_email
change_username
username_recovery
filterwarnings =
error
ignore::DeprecationWarning:mongoengine:
ignore::DeprecationWarning:flask_login:0
# next for py 3.12
ignore::DeprecationWarning:pkg_resources:0
ignore::DeprecationWarning:dateutil:0
ignore:.*passwordless feature.*:DeprecationWarning:flask_security:0
ignore:.*pkg_resources.*:DeprecationWarning:passlib:0
ignore:.*__version__.*:DeprecationWarning:passlib:0
ignore:.*'crypt' is deprecated.*:DeprecationWarning:passlib:0
ignore::DeprecationWarning:pony:0
ignore:.*'sms' was enabled in SECURITY_US_ENABLED_METHODS;.*:UserWarning:flask_security:0
ignore:.*'get_token_status' is deprecated.*:DeprecationWarning:flask_security:0
|