Esempio n. 1
0
def pytest_configure(config):
    from smbus_cffi_build import ffi

    target = os.path.join(os.path.dirname(__file__), "..", "smbus")
    ffi.compile(tmpdir=target)
Esempio n. 2
0
def pytest_configure(config):
    from smbus_cffi_build import ffi
    ffi.compile()
Esempio n. 3
0
def pytest_configure(config):
    from smbus_cffi_build import ffi
    target = os.path.join(os.path.dirname(__file__), '..', 'smbus')
    ffi.compile(tmpdir=target)