Fix Python bundled module test error

We don't bundle cffi, rather the ffi library is used for ctypes. This test is
currently passing even when there are errors, that will be fixed next.
This commit is contained in:
Brecht Van Lommel 2020-04-28 12:42:40 +02:00
parent b9f422c4be
commit a7bd835644
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
# Test that modules we ship with our Python installation are available
import bz2
import cffi
import ctypes
import lzma
import numpy
import sqlite3