mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
ensure test env has aws credentials for integration tests
This commit is contained in:
parent
0b32c8eb3e
commit
cb0c5596bc
1 changed files with 1 additions and 2 deletions
3
tox.ini
3
tox.ini
|
|
@ -3,11 +3,10 @@ envlist = py311
|
|||
skipsdist = True
|
||||
|
||||
[testenv]
|
||||
passenv = EPC_AUTH_TOKEN
|
||||
passenv = EPC_AUTH_TOKEN AWS_ACCESS_KEY_ID AWS_SECRET_ACCESS_KEY AWS_SESSION_TOKEN AWS_DEFAULT_REGION AWS_REGION
|
||||
description = Install dependencies and run tests
|
||||
deps =
|
||||
-rbackend/engine/requirements.txt
|
||||
-rbackend/app/requirements/requirements.txt
|
||||
-rtest.requirements.txt
|
||||
commands = pytest {posargs}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue