This repository has been archived by the owner on Dec 16, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
s3 unit tests failures #1666
Comments
On my mac machine the error messages are different but still in the four s3 tests.
|
it looks like the issue is this one: I was able to break that the file_utils_test for myself by doing
and fix it by doing
other people have fixed it by pinning boto3: not sure what the best fix is |
Since we depend on |
that works, I'll make a PR |
Merged
ugh, this is not so simple because |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the bug
I got unit tests failures on four s3 unit tests in allennlp/tests/common/file_utils_test.py on several my environments. The errors all happen at set_up_s3_bucket(). One of them is like:
To Reproduce
Steps to reproduce the behavior
pytest allennlp/tests/common/file_utils_test.py
System (please complete the following information):
The text was updated successfully, but these errors were encountered: