-
Notifications
You must be signed in to change notification settings - Fork 906
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
make check
and make pytest
fail on MacOS
#3759
Comments
It seems that pytest is failing on the
Which seems to indicate a failure here, which in turn indicates that we fail to load
@willcl-ark can you confirm that you don't have |
Hello @cdecker 👋🏼 I have Have now re-compiled python 3.7.7 linked directly to openssl:
Then tried a re-configure and re-make to no avail. Had I checked python-bitcoinlib's repo first however I would have found this: petertodd/python-bitcoinlib#238 ! I was able to fix as Sergi did by hardcoding into python-bitcoinlib/keys.py:
So it seems it certainly is one for upstream, although I'm not sure if Peter is merging (any?) changes into this project any more? Anyway, thanks for the tip! At least when it happens to me (or someone else) again, we'll be able to find this issue :) |
i believe @kanzure has taken over maintenance of python-bitcoinlib. |
I haven't dived into that problem yet. Is this urgent? |
petertodd/python-bitcoinlib#238 was closed by petertodd/python-bitcoinlib#240 a couple of months ago, so this may be fixed now. Tried to run tests on |
Hello @sr-gi, thanks for the tag. Yes great success in running the tests now on Catalina with petertodd/python-bitcoinlib#240 patch for python-bitcoinlib. Unfortunately the patch is not in I haven't run tests to completion (nor will I tonight), but it looks like a fair few tests fail in the first 5%, e.g. |
Issue and Steps to Reproduce
Running
...works successfully: make_full-check.txt
However trying either
make check
ormake pytest
seems to fail, e.g.:make_check.txt
make_pytest.txt
Trying to run pytests manually using:
...appears to also fail with the same errors.
It's possible I'm "using them wrong", but I've tried to follow the documentation where possible... Pretty sure I have all required packages installed: pip_installs.txt
The text was updated successfully, but these errors were encountered: