Skip to content

Commit 3848c5c

Browse files
committed
Disable tool initialization in tests which don't need it
1 parent 5274fa5 commit 3848c5c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/AddOption/args-and-targets.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@
3535
test.write(
3636
'SConstruct',
3737
"""\
38-
env = Environment()
38+
DefaultEnvironment(tools=[])
39+
env = Environment(tools=[])
3940
AddOption(
4041
'--extra',
4142
nargs=1,

0 commit comments

Comments
 (0)