Skip to content

Commit c22ad60

Browse files
committed
skip generating import test for 'test'
1 parent 2884c7f commit c22ad60

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/import_tests.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
def gen(packages: List[str], packages_dir = Path("packages")):
77
res = {}
88
for package in packages:
9+
if package == "test": continue
910
try:
1011
with open(packages_dir / package / "meta.yaml", "r") as file:
1112
imports = set()

0 commit comments

Comments
 (0)