Skip to content

Commit dd34e57

Browse files
committed
rm test path support
1 parent 601a0b4 commit dd34e57

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

yapypy/extended_python/pycompat.py

-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ def find_spec(cls, fullname: str, paths, target=None):
2222
paths, str,
2323
) else sys.path
2424

25-
paths.append(Path('test').abs())
26-
2725
if is_debug:
2826
print(f'Searching module {fullname} from {paths[:5]}...')
2927
return find_yapypy_module_spec(fullname, paths)

0 commit comments

Comments
 (0)