Skip to content

Commit a9d2a7b

Browse files
committed
Change sys.path in not_impl_gen.py
1 parent 982b2f2 commit a9d2a7b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/not_impl_gen.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
import os
77
import sys
88

9+
sys.path = list(filter(lambda path: "packages" not in path, sys.path))
10+
911

1012
def attr_is_not_inherited(type_, attr):
1113
"""

0 commit comments

Comments
 (0)