ensure test env has aws credentials for integration tests

This commit is contained in:
Khalim Conn-Kowlessar 2026-03-27 01:32:55 +00:00
parent 0b32c8eb3e
commit cb0c5596bc

View file

@ -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}