forked from pallets-eco/flask-security
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pytest.ini
30 lines (29 loc) · 801 Bytes
/
pytest.ini
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
[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
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::DeprecationWarning:passlib:0
ignore:.*'sms' was enabled in SECURITY_US_ENABLED_METHODS;.*:UserWarning:flask_security:0
ignore:.*'get_token_status' is deprecated.*:DeprecationWarning:flask_security:0