RealityETH / reality-eth-monorepo

Monorepo containing reality.eth contracts, UI code and everything else.
38 stars 22 forks source link

Update python tests to replace deprecated/dead dependencies #118

Open edmundedgar opened 1 year ago

edmundedgar commented 1 year ago

Some of the python deps we used to run the contract tests seem to be dead or deprecated and may not install cleanly or at all if you don't have them in your cache. Specifically py-ethereum seems to be deprecated and Alex couldn't get the blake-something dep to install on a mac.

We already fixed this in the subjectivocracy repo, so apply the same changes here.

https://github.com/RealityETH/subjectivocracy/commit/50a2cc9ad5af15198ffdae9e2302ad1abb8dfa74 https://github.com/RealityETH/subjectivocracy/commit/50a2cc9ad5af15198ffdae9e2302ad1abb8dfa74