minor fixes and cleanups
This commit is contained in:
parent
0098f5a71f
commit
f9b6c78f4a
3 changed files with 11 additions and 9 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue