File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -2522,6 +2522,7 @@ def test_extensions_sanity_check(self):
25222522 exts_list = toy_ec ['exts_list' ]
25232523 exts_list [- 1 ][2 ]['exts_filter' ] = ("thisshouldfail" , '' )
25242524 toy_ec ['exts_list' ] = exts_list
2525+ toy_ec ['exts_defaultclass' ] = 'DummyExtension'
25252526
25262527 eb = EB_toy (toy_ec )
25272528 eb .silent = True
@@ -2536,6 +2537,7 @@ def test_extensions_sanity_check(self):
25362537 # sanity check commands are checked after checking sanity check paths, so this should work
25372538 toy_ec = EasyConfig (toy_ec_fn )
25382539 toy_ec .update ('sanity_check_commands' , [("%(installdir)s/bin/toy && rm %(installdir)s/bin/toy" , '' )])
2540+ toy_ec ['exts_defaultclass' ] = 'DummyExtension'
25392541 eb = EB_toy (toy_ec )
25402542 eb .silent = True
25412543 with self .mocked_stdout_stderr ():
You can’t perform that action at this time.
0 commit comments