spmkey/pico-openpgp/tests/skip_gnuk_only_tests.py

7 lines
178 B
Python

import pytest
@pytest.fixture(scope="module",autouse=True)
def check_gnuk_only(card):
if not card.is_gnuk:
pytest.skip("Gnuk only feature", allow_module_level=True)