Skip to content
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

3.70.0 fails on py3.5 on all platforms #1558

Closed
jochym opened this issue Sep 1, 2018 · 2 comments
Closed

3.70.0 fails on py3.5 on all platforms #1558

jochym opened this issue Sep 1, 2018 · 2 comments
Labels
bug something is clearly wrong here tests/build/CI about testing or deployment *of* Hypothesis

Comments

@Zac-HD Zac-HD added bug something is clearly wrong here tests/build/CI about testing or deployment *of* Hypothesis labels Sep 1, 2018
@jochym
Copy link
Author

jochym commented Sep 3, 2018

Sorry. Still fails:
conda-forge/hypothesis-feedstock#133
with different message

@Zac-HD
Copy link
Member

Zac-HD commented Sep 3, 2018

Looks like that build is using the old source code; compare the failure in decompression on line 179, which is now within the try-block and on line 180:

https://travis-ci.org/conda-forge/hypothesis-feedstock/jobs/423822601#L935

try:
return zlib.decompress(buffer[1:])
except zlib.error:
raise InvalidArgument(
'Invalid zlib compression for blob %r' % (blob,)

So you might need to clear some caches or rebase the PR or something to refresh it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug something is clearly wrong here tests/build/CI about testing or deployment *of* Hypothesis
Projects
None yet
Development

No branches or pull requests

2 participants