forked from lyft/confidant
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpytest.ini
24 lines (23 loc) · 827 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
[pytest]
addopts = -p no:warnings --strict
env =
SESSION_SECRET=secret
DYNAMODB_CREATE_TABLE=False
DYNAMODB_TABLE=confidant-testing
DYNAMODB_TABLE_ARCHIVE=confidant-testing-archive
DYNAMODB_URL=http://dynamodb:8080
GEVENT_RESOLVER=ares
AWS_DEFAULT_REGION=us-east-1
USER_AUTH_KEY=authnz-usertesting
AUTH_KEY=authnz-testing
SCOPED_AUTH_KEYS={{"sandbox-auth-key":"sandbox","primary-auth-key":"primary"}}
KMS_MASTER_KEY=confidant-mastertesting
DEBUG=true
STATIC_FOLDER=public
KMS_URL=http://kms:8080
ACL_MODULE=confidant.authnz.rbac:default_acl
ACM_PRIVATE_CAS=development
ACM_PRIVATE_CA_ARN_DEVELOPMENT=test-arn
ACM_PRIVATE_CA_DOMAIN_REGEX_DEVELOPMENT=(?P<service_name>[\w-]+)\.((internal|external)\.)?example.com
norecursedirs = .git
junit_family = legacy