trufflesuite / truffle-core

Core code for Truffle command line tool
MIT License
93 stars 93 forks source link

Skip ethpm tests #137

Closed cgewecke closed 6 years ago

cgewecke commented 6 years ago

Changes at ethpm-spec are breaking CI here because ethpm-js pulls its mocks directly from the example JSONs on github. This can be resolved but looks like it will require significant changes to the test fixtures here or to the code at ethpm-js which sits outside the meta package and is consumed via NPM.

Proposing this as a short-term expedient - we're not currently working on stuff that touches ethpm and we need CI to work. Feel free to oppose - this is wrong.