Skip to content

Commit a9a5234

Browse files
committed
Not worry about removing spec package from path
1 parent b600230 commit a9a5234

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

array_api_tests/stubs.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,3 @@
4242
objects = [getattr(mod, name) for name in mod.__all__]
4343
assert all(isinstance(o, FunctionType) for o in objects)
4444
extension_to_funcs[ext] = objects
45-
46-
47-
sys.path.remove(spec_abs_path)

0 commit comments

Comments
 (0)