Skip to content

Commit

Permalink
Nump version unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tremble committed Sep 25, 2023
1 parent 7e2a171 commit 4ff32d4
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ class TestMinimalVersionTestSuite:
# Prepare some data for use in our testing
# ========================================================
def setup_method(self):
self.MINIMAL_BOTO3 = "1.22.0"
self.MINIMAL_BOTOCORE = "1.25.0"
self.OLD_BOTO3 = "1.21.999"
self.OLD_BOTOCORE = "1.24.999"
self.MINIMAL_BOTO3 = "1.26.0"
self.MINIMAL_BOTOCORE = "1.29.0"
self.OLD_BOTO3 = "1.25.999"
self.OLD_BOTOCORE = "1.28.999"

# ========================================================
# Test we don't warn when using valid versions
Expand Down

0 comments on commit 4ff32d4

Please sign in to comment.