-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Freebsd support: cleanup and tox fix #1156
Conversation
docs/README-freebsd.md
Outdated
@@ -44,7 +61,13 @@ BROKEN (build crashes on FreeBSD 11.2) | |||
``` | |||
|
|||
``` | |||
cd web3.py | |||
tox |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe tox -e py36-core
and others, since it's unreasonable to run the whole suite at once right now.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well, right... I've just followed "It is important to understand that each Pull Request must pass the full test suite as part of the CI check, hence it is often convenient to have tox installed locally as well." rule from https://py-evm.readthedocs.io/en/latest/contributing.html. So do you want me to update that?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To clarify, I'm suggesting something like:
tox -e py36-core
tox -e py36-ens
etc
Hm, I don't disagree with anything in that statement in the docs (also it's in py-evm docs instead of web3.py). How are you suggesting the text should be updated?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've messes up py-evm with web3.py again, sorry... Yes, your suggestion looks ok, I'll update pull request.
fixed for good here: #1159 |
Can you rebase on master @rayrapetyan ? |
(cherry picked from commit 73a869b)
Not sure this is in desired state, please check. Thanks. |
Thanks! |
What was wrong?
How was it fixed?