Skip to content

Commit 7d534cb

Browse files
Aptest temporary commit
1 parent c647484 commit 7d534cb

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/test_release.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,13 @@
77

88
g_root_abs = os.path.normpath(f'{__file__}/../../')
99

10+
sys.path.insert(0, g_root_abs)
1011
sys.path.insert(0, f'{g_root_abs}/src')
1112
try:
1213
import pipcl
1314
import setup
1415
finally:
15-
del sys.path[0]
16+
del sys.path[0:2]
1617

1718
g_root = pipcl.relpath(g_root_abs)
1819

0 commit comments

Comments
 (0)