python310Packages.py-eth-sig-utils: disable tests
This commit is contained in:
parent
fa380853c3
commit
227920fe6b
@ -26,6 +26,9 @@ buildPythonPackage rec {
|
||||
rlp
|
||||
];
|
||||
|
||||
# lots of: isinstance() arg 2 must be a type or tuple of types
|
||||
doCheck = false;
|
||||
|
||||
checkPhase = ''
|
||||
${python.interpreter} -m unittest
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user