Skip to content
This repository was archived by the owner on Aug 4, 2025. It is now read-only.

Commit 11be062

Browse files
dgoddVictoria Henry
authored andcommitted
Ignore fixtures for python unit tests
Signed-off-by: Victoria Henry <[email protected]>
1 parent dc6ea7a commit 11be062

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/common/integration.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ def copy_build_pack_to(self, bp_dir):
7777
shutil.copytree('.', bp_dir,
7878
ignore=shutil.ignore_patterns("binaries",
7979
"env",
80+
"fixtures",
8081
"tests"))
8182
binPath = os.path.join(bp_dir, 'binaries', 'lucid')
8283
os.makedirs(binPath)

0 commit comments

Comments
 (0)