Skip to content

Commit 5d8978b

Browse files
ShubhamChaturvedi7Shubham ChaturvediRitvikKapila
authored
fix: Release requirements fix (#420)
* chore: Drop py36 from changelog * fix: tox dependency < 4.0 * fix: adds api_compatibility_tests for 4.2.0 * fix: add the missing release_requirements.txt * fix: add deps from other commands * fix: skip_install false for test_release * Update tox.ini PR comments Co-authored-by: Ritvik Kapila <[email protected]> --------- Co-authored-by: Shubham Chaturvedi <[email protected]> Co-authored-by: Ritvik Kapila <[email protected]>
1 parent 5e0fc0f commit 5d8978b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tox.ini

+2-1
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,8 @@ commands =
343343

344344
[testenv:test-release]
345345
basepython = python3
346-
skip_install = true
346+
# Set skip_install false because we need to install the aws-encryption-sdk-cli for sphinx.
347+
skip_install = false
347348
deps = {[testenv:release-base]deps}
348349
passenv =
349350
{[testenv:release-base]passenv}

0 commit comments

Comments
 (0)