Suppress pylint protected-access in test_ecc
This commit is contained in:
parent
df235f6c20
commit
c80529eb9e
|
@ -32,6 +32,7 @@ class TestECC(unittest.TestCase):
|
|||
|
||||
def test_decode_keys(self):
|
||||
"""Check keys decoding"""
|
||||
# pylint: disable=protected-access
|
||||
curve_secp256k1 = pyelliptic.OpenSSL.get_curve('secp256k1')
|
||||
curve, raw_privkey, _ = pyelliptic.ECC._decode_privkey(
|
||||
sample_privkey_bin)
|
||||
|
|
Reference in New Issue
Block a user