File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
graalpython/com.oracle.graal.python.test/src/tests Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 37
37
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
38
38
# SOFTWARE.
39
39
40
- import os
41
-
42
40
try :
43
41
import __graalpython__
44
42
managed_launcher = __graalpython__ .is_managed_launcher ()
@@ -51,7 +49,7 @@ def test_basic_functionality():
51
49
The main sqlite3 test suite will be silently skipped if the
52
50
"_sqlite3" module is not available.
53
51
"""
54
- if not managed_launcher and os . name != 'nt' :
52
+ if not managed_launcher :
55
53
import sqlite3
56
54
import _sqlite3
57
55
conn = sqlite3 .connect (':memory:' )
Original file line number Diff line number Diff line change 555
555
"bin/<lib:python-native>" ,
556
556
"bin/python-native.lib" ,
557
557
"bin/modules/_mmap<graalpy_ext:native>" ,
558
+ "bin/modules/_sqlite3<graalpy_ext:native>" ,
558
559
"bin/modules/_cpython_sre<graalpy_ext:native>" ,
559
560
"bin/modules/_cpython_unicodedata<graalpy_ext:native>" ,
560
561
"bin/modules/_cpython_struct<graalpy_ext:native>" ,
You can’t perform that action at this time.
0 commit comments