mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-30 13:10:47 +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
|
skipsdist = True
|
||||||
|
|
||||||
[testenv]
|
[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
|
description = Install dependencies and run tests
|
||||||
deps =
|
deps =
|
||||||
-rbackend/engine/requirements.txt
|
-rbackend/engine/requirements.txt
|
||||||
-rbackend/app/requirements/requirements.txt
|
-rbackend/app/requirements/requirements.txt
|
||||||
-rtest.requirements.txt
|
-rtest.requirements.txt
|
||||||
commands = pytest {posargs}
|
commands = pytest {posargs}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue