minor fixes and cleanups

This commit is contained in:
The MMGen Project 2021-10-13 20:44:44 +00:00
commit f9b6c78f4a
Signed by: mmgen
GPG key ID: 3F8B1861E32B7DA2
3 changed files with 11 additions and 9 deletions

View file

@ -11,7 +11,12 @@ from mmgen.common import *
class unit_tests:
altcoin_deps = ('pysha3','py_ecc')
win_skip = ('aiohttp','pysha3')
win_skip = ('aiohttp','pysha3','led')
def led(self,name,ut):
from mmgen.led import LEDControl
LEDControl(enabled=True)
return True
def pysha3(self,name,ut): # ETH,XMR
from sha3 import keccak_256