Skip to content

Commit 7ea0286

Browse files
emmatypingzware
andauthored
Copy environment from parent
Co-authored-by: Zachary Ware <[email protected]>
1 parent 4d6a1cf commit 7ea0286

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

master/custom/factories.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -893,6 +893,7 @@ def setup(self, parallel, branch, test_with_PTY=False, **kwargs):
893893
warnOnFailure=True,
894894
)
895895
)
896+
self.compile_environ = super().compile_environ.copy()
896897
self.compile_environ.update(
897898
CONFIG_SITE=util.Interpolate("%(prop:config_site)s")
898899
)

0 commit comments

Comments
 (0)