Skip to content

fix: Fix AWS Lambda under Python 3.8 and refactor test setup code #766

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

Merged
merged 5 commits into from
Aug 1, 2020

Conversation

untitaker
Copy link
Member

This reverts commit 1737ba8.

Fix #764

@untitaker untitaker changed the title Revert "chore: xfail aws to get going with release" fix: Fix AWS Lambda under Python 3.8 and refactor test setup code Jul 31, 2020
pre_37 = False # Python 3.7
except ImportError:
pass
# Python 2.7: Everything is in `__main__`.
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the crucial bit, where we do not attempt to import but rather see what's imported

@untitaker untitaker merged commit fc3f747 into master Aug 1, 2020
@untitaker untitaker deleted the fix/aws-3.8 branch August 1, 2020 19:39
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.

AWS Lambda under Python 3.8 is currently broken
1 participant