You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a Windows build that runs a limited set of tests to verify the functionality of the CLI. This is the only area of the code base that touches the file system - the most likely area for cross-platform issues.
The Issue
We cannot run the full test suite on Windows because of issues with
pyethash
(Consensys/ethjsonrpc#5), which is a requirement forpyevm
(ethereum/py-evm#395).The Solution
Create a Windows build that runs a limited set of tests to verify the functionality of the CLI. This is the only area of the code base that touches the file system - the most likely area for cross-platform issues.
Originally discussed at #1781 (comment)
The text was updated successfully, but these errors were encountered: