Skip to content
This repository has been archived by the owner on May 23, 2023. It is now read-only.

Make the build green again #749

Merged
merged 2 commits into from
Jun 20, 2017
Merged

Make the build green again #749

merged 2 commits into from
Jun 20, 2017

Conversation

gsalgado
Copy link
Contributor

@gsalgado gsalgado commented Jun 19, 2017

Given the current state of things, the CI for pyethereum is completely useless as it is interrupted before we even run any tests (since pytest fails to "collect" them). Since most tests are failing and lots of them even have syntax errors, I'm proposing we change the CI script to perform only minimal checks for now, and then we can fix and re-enable tests individually.

They were broken (lots of undefined names) and no longer used as
pyethash is now listed in requirements.txt
It only uses flake8 to check for fatal errors
@gsalgado gsalgado changed the title WIP: Make the build green again Make the build green again Jun 19, 2017
@ofek
Copy link
Contributor

ofek commented Jun 20, 2017

This is something I've been needing too. How did the testing build get in the current situation? I don't exactly understand what broke.

@gsalgado
Copy link
Contributor Author

A lot of changes were merged recently, and they broke several tests. Because of that we can no longer rely on travis to prevent regressions, and now we even have plenty of syntax errors (undefined names, mostly) in the codebase

@janx janx merged commit 4bf59c1 into ethereum:develop Jun 20, 2017
@janx
Copy link
Member

janx commented Jun 20, 2017

I think it's better to keep ethash.py for demonstration and toolchain purpose, let's bring it back in a second PR.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants