From 85473bae51b91ec36442239b7ea6bef924dba212 Mon Sep 17 00:00:00 2001 From: mcbarton Date: Fri, 24 Jan 2025 08:40:40 +0000 Subject: [PATCH] Update test_lowlevel.py --- test/test_lowlevel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_lowlevel.py b/test/test_lowlevel.py index 92f21f1f..1dad0c1f 100644 --- a/test/test_lowlevel.py +++ b/test/test_lowlevel.py @@ -1,6 +1,6 @@ import py, os, sys from pytest import raises, skip, mark -from .support import setup_make, pylong, pyunicode, IS_WINDOWS, ispypy, IS_CLANG_REPL, IS_MAC +from .support import setup_make, pylong, pyunicode, IS_WINDOWS, ispypy, IS_CLANG_REPL, IS_MAC, IS_MAC_X86 currpath = py.path.local(__file__).dirpath() test_dct = str(currpath.join("datatypesDict"))