pytest tests previously failed due to a folder in tests named libp2p (confused some importing). It has been renamed test_libp2p.
Removed most upper pins in dependencies, bumped some others as I worked through it.
I hate to merge code with tests failing, but it's taken me long enough to even get tests to run that I'm calling that a win.
Interop tests still won't start properly. I moved the config from the previously existing travis.yml into circleci. It is currently turned off. It looked like some of the setup for installing go in the container is failing. So generally needs some love.
mypy had a lot of complaints, so turned it off in .pre-commit-config.yaml, will do in another pr.
What was wrong?
Pulling in a bunch of updates from https://github.com/ethereum/ethereum-python-project-template
How was it fixed?
master
branch tomain
pytest tests
previously failed due to a folder intests
namedlibp2p
(confused some importing). It has been renamedtest_libp2p
.I hate to merge code with tests failing, but it's taken me long enough to even get tests to run that I'm calling that a win.
Interop tests still won't start properly. I moved the config from the previously existing
travis.yml
into circleci. It is currently turned off. It looked like some of the setup for installing go in the container is failing. So generally needs some love.mypy
had a lot of complaints, so turned it off in.pre-commit-config.yaml
, will do in another pr.To-Do
[x] Clean up commit history
[x] Add entry to the release notes
Cute Animal Picture