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:
@@ -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
|
||||
|
Reference in New Issue
Block a user