From 383e354263099415656f9afc9ce363b2fc1b5da7 Mon Sep 17 00:00:00 2001 From: cis-kuldeep Date: Mon, 26 Jul 2021 16:47:26 +0530 Subject: [PATCH] enabled python 3 --- src/tests/test_blindsig.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/tests/test_blindsig.py b/src/tests/test_blindsig.py index 76902347..4994d87c 100644 --- a/src/tests/test_blindsig.py +++ b/src/tests/test_blindsig.py @@ -4,9 +4,6 @@ Test for ECC blind signatures import os import unittest from hashlib import sha256 -from .common import skip_python3 - -skip_python3() from pybitmessage.pyelliptic import ECCBlind, ECCBlindChain, OpenSSL