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
Initial calculation of unicode table is not atomic #302
Comments
I think we hit this in CI all the time. Here's the stack trace if helpful:
|
I still randomly get this error using hypothesis 3.1.0. |
Do you still get this error when using a more recent version of Hypothesis? The latest is 3.6.0 |
@DRMacIver I bump the requirements to hypothesis==3.6.0... let's wait and see. Thanks. |
@DRMacIver 3 days later, I confirm I don't get this error anymore. Thanks again. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you're using e.g. pytest-xdist this can result in a corrupt unicode table, which is bad. Instead the file should be created under a temporary name then moved atomically.
The text was updated successfully, but these errors were encountered: