File: pytest.ini

package info (click to toggle)
flask-security 5.7.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,524 kB
  • sloc: python: 23,478; javascript: 204; makefile: 138
file content (34 lines) | stat: -rw-r--r-- 991 bytes parent folder | download
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
[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:dateutil:0
    ignore:.*passwordless feature.*:DeprecationWarning:flask_security: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
    ignore:.*The SECURITY_USE_REGISTER_V2 configuration option is deprecated.*:DeprecationWarning:flask_security:0