Skip to content

Commit

Permalink
fix: Release requirements fix (#421)
Browse files Browse the repository at this point in the history
* 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 <61410899+RitvikKapila@users.noreply.github.com>

* fix: skip_install false for release

---------

Co-authored-by: Shubham Chaturvedi <scchatur@amazon.com>
Co-authored-by: Ritvik Kapila <61410899+RitvikKapila@users.noreply.github.com>
  • Loading branch information
3 people authored Sep 9, 2024
1 parent 5d8978b commit 7cc9bdd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,8 @@ commands =

[testenv:release]
basepython = python3
skip_install = true
# Set skip_install false because we need to install the aws-encryption-sdk-cli for sphinx.
skip_install = false
deps = {[testenv:release-base]deps}
passenv =
{[testenv:release-base]passenv}
Expand Down

0 comments on commit 7cc9bdd

Please sign in to comment.