Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix pynamodb tests for Python < 3.6 #375

Merged
merged 1 commit into from
Jan 12, 2023
Merged

Conversation

michael-k
Copy link
Contributor

Issue #, if available: n/a

Description of changes: Add upper bound <4.4 to pynamodb for tests running on Python 2.7 to 3.5.

PynamoDB 4.4.0 introduced syntax that's only valid on Python >= 3.6 while still claiming to support Python < 3.6. (To be fair, Python < 3.6 is EOL.)
See pynamodb/PynamoDB#1130


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

PynamoDB 4.4.0 introduced syntax that's only valid on Python >= 3.6
while still claiming to support Python < 3.6.
See pynamodb/PynamoDB#1130
@michael-k michael-k requested a review from a team as a code owner January 10, 2023 13:16
@michael-k
Copy link
Contributor Author

Tests are currently failing on the default branch, see https://github.com/aws/aws-xray-sdk-python/actions/runs/3789487613/

@willarmiros willarmiros merged commit eb74ad7 into aws:master Jan 12, 2023
@michael-k michael-k deleted the pynamodb branch January 16, 2023 11:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants