Skip to content

Commit

Permalink
Don't freeze the tests directory
Browse files Browse the repository at this point in the history
  • Loading branch information
tannewt committed Oct 5, 2018
1 parent 76008ce commit 623f8d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/preprocess_frozen_modules.py
Expand Up @@ -33,7 +33,7 @@ def copy_and_process(in_dir, out_dir):
for root, subdirs, files in os.walk(in_dir):

# Skip library examples directories.
if Path(root).name in ['examples', 'docs']:
if Path(root).name in ['examples', 'docs', 'tests']:
continue

for file in files:
Expand Down

0 comments on commit 623f8d3

Please sign in to comment.