Skip to content

Commit 8aed64c

Browse files
GSVarshapvital
authored andcommitted
chore: use minimal dependencies for aws tests
Signed-off-by: Varsha GS <[email protected]>
1 parent abb066f commit 8aed64c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.circleci/config.yml

+1-1
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

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
-r requirements-minimal.txt
2+
boto3

0 commit comments

Comments
 (0)