Skip to content

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

Merged
untitaker merged 5 commits into
masterfrom
fix/aws-3.8
Aug 1, 2020
Merged

fix: Fix AWS Lambda under Python 3.8 and refactor test setup code#766
untitaker merged 5 commits into
masterfrom
fix/aws-3.8

Conversation

@untitaker

Copy link
Copy Markdown
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
Copy Markdown
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