We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abb066f commit 8aed64cCopy full SHA for 8aed64c
.circleci/config.yml
@@ -272,7 +272,7 @@ jobs:
272
- checkout
273
- check-if-tests-needed
274
- pip-install-deps:
275
- requirements: "tests/requirements.txt"
+ requirements: "tests/requirements-aws.txt"
276
- run-tests-with-coverage-report:
277
tests: "tests_aws"
278
- store-pytest-results
tests/requirements-aws.txt
@@ -0,0 +1,2 @@
1
+-r requirements-minimal.txt
2
+boto3
0 commit comments