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
|
# Test that modules we ship with our Python installation are available
|
||||||
|
|
||||||
import bz2
|
import bz2
|
||||||
import cffi
|
import ctypes
|
||||||
import lzma
|
import lzma
|
||||||
import numpy
|
import numpy
|
||||||
import sqlite3
|
import sqlite3
|
||||||
|
Reference in New Issue
Block a user