mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
ipapython: port p11helper C code to Python
This replaces the binary _ipap11helper module with cffi-based Python code. https://fedorahosted.org/freeipa/ticket/5596 Reviewed-By: Martin Basti <mbasti@redhat.com>
This commit is contained in:
committed by
Martin Basti
parent
9f7146e98e
commit
666ffccec6
@@ -21,7 +21,6 @@ addopts = --doctest-modules
|
||||
--ignore=doc/examples/python-api.py
|
||||
--ignore=install/share/copy-schema-to-ca.py
|
||||
--ignore=install/share/wsgi.py
|
||||
--ignore=ipapython/ipap11helper/setup.py
|
||||
markers =
|
||||
tier0: basic unit tests and critical functionality
|
||||
tier1: functional API tests
|
||||
|
||||
@@ -17,7 +17,7 @@ import tempfile
|
||||
import pytest
|
||||
from ipaplatform.paths import paths
|
||||
|
||||
import _ipap11helper
|
||||
from ipapython import p11helper as _ipap11helper
|
||||
|
||||
pytestmark = pytest.mark.tier0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user