-
Notifications
You must be signed in to change notification settings - Fork 57
Expand file tree
/
Copy pathpytest.ini
More file actions
19 lines (19 loc) · 758 Bytes
/
Copy pathpytest.ini
File metadata and controls
19 lines (19 loc) · 758 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[pytest]
asyncio_mode=auto
env=
TEST_INIT_PASSWORD=easyauth
ISSUER=EasyAuth
SUBJECT=EasyAuthAuth
AUDIENCE=EasyAuthApis
KEY_NAME=test_key
log_cli=true
filterwarnings =
ignore:Call to deprecated create function FieldDescriptor
ignore:Call to deprecated create function Descriptor
ignore:Call to deprecated create function EnumDescriptor
ignore:Call to deprecated create function EnumValueDescriptor
ignore:Call to deprecated create function FileDescriptor
ignore:Call to deprecated create function OneofDescriptor
ignore:Call to deprecated create function MethodDescriptor
ignore:Call to deprecated create function ServiceDescriptor
ignore:The \'postgres\' dialect name has been renamed to \'postgresql\'