forked from pallets-eco/flask-security
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpytest.ini
More file actions
25 lines (24 loc) · 818 Bytes
/
Copy pathpytest.ini
File metadata and controls
25 lines (24 loc) · 818 Bytes
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
[pytest]
addopts = -rs --cache-clear --strict-markers
markers =
settings
babel
changeable
confirmable
registerable
two_factor
recoverable
passwordless
trackable
unified_signin
webauthn
filterwarnings =
error
ignore:.*'app.json_encoder' is deprecated.*:DeprecationWarning:flask:0
ignore:.*Setting 'json_encoder'.*:DeprecationWarning:flask:0
ignore:.*'JSONEncoder'.*:DeprecationWarning:flask:0
ignore::DeprecationWarning:mongoengine:
ignore:.*passwordless feature.*:DeprecationWarning:flask_security:0
ignore:.*passing settings to bcrypt.*: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