Skip to content

Commit 7cc9bdd

Browse files
ShubhamChaturvedi7Shubham ChaturvediRitvikKapila
authored
fix: Release requirements fix (#421)
* 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]> * fix: skip_install false for release --------- Co-authored-by: Shubham Chaturvedi <[email protected]> Co-authored-by: Ritvik Kapila <[email protected]>
1 parent 5d8978b commit 7cc9bdd

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
@@ -354,7 +354,8 @@ commands =
354354

355355
[testenv:release]
356356
basepython = python3
357-
skip_install = true
357+
# Set skip_install false because we need to install the aws-encryption-sdk-cli for sphinx.
358+
skip_install = false
358359
deps = {[testenv:release-base]deps}
359360
passenv =
360361
{[testenv:release-base]passenv}

0 commit comments

Comments
 (0)