mirror of https://github.com/nucypher/nucypher.git
Skip card unit tests until qrcode module is added as dependency in 2440
parent
1a005dfc81
commit
5f93a3ae59
|
@ -23,6 +23,7 @@ from nucypher.policy.identity import Card
|
|||
from tests.utils.middleware import MockRestMiddleware
|
||||
|
||||
|
||||
@pytest.mark.skip('Skip until qrcode module is added as dependency in 2440')
|
||||
@pytest.mark.parametrize('character_class', (Bob, Alice))
|
||||
def test_character_card(character_class):
|
||||
character = character_class(federated_only=True,
|
||||
|
|
Loading…
Reference in New Issue