Skip to content

Commit 8aed64c

Browse files
GSVarshapvital
authored andcommitted
chore: use minimal dependencies for aws tests
Signed-off-by: Varsha GS <varsha.gs@ibm.com>
1 parent abb066f commit 8aed64c

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ jobs:
272272
- checkout
273273
- check-if-tests-needed
274274
- pip-install-deps:
275-
requirements: "tests/requirements.txt"
275+
requirements: "tests/requirements-aws.txt"
276276
- run-tests-with-coverage-report:
277277
tests: "tests_aws"
278278
- store-pytest-results

tests/requirements-aws.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
-r requirements-minimal.txt
2+
boto3

0 commit comments

Comments
 (0)