-
Notifications
You must be signed in to change notification settings - Fork 21
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
Several pytests failing with KeyError: 'S3BucketMigrationDatetime' #2203
Comments
I've gotten around this locally by essentially just not saving the response anywhere if but not sure of what the ultimate fix should be here |
ah thank you for fixing, this is probably my fault. |
can we close this out? |
no, I actually haven't pushed this fix - I got around the error locally but I'm not sure if my changes mess things up for our deployed instances. maybe I'll push to a branch so others can see |
ok, created a pull request with my changes (#2219) |
Only save response if we know which S3 bucket to use #2203
merged, thank you |
I went to run the ARAX pytest suite today in
master
(on my laptop) and several pytests seem to be failing withKeyError: 'S3BucketMigrationDatetime'
.here's one example:
not sure if maybe my environment is missing something?
The text was updated successfully, but these errors were encountered: