ethereum / eth-typing

Python types for type hinting commonly used ethereum types
MIT License
31 stars 35 forks source link

Add CI testing against dev install #42

Closed kclowes closed 1 year ago

kclowes commented 1 year ago

What was wrong?

Sometimes we run into issues because the dev dependencies won't install with the latest python versions we support. We should add a test for the dev dependency install against all python versions to make sure everything will install.

How can it be fixed?

Add a test similar to the wheel install in web3.py: https://github.com/ethereum/web3.py/blob/master/tox.ini#L75-L88 and run on CI.

kclowes commented 1 year ago

Closed via #44