File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -368,7 +368,7 @@ def test_display_types(self):
368
368
self .build_firmware (disp_type , display_type = disp_type )
369
369
370
370
def test_16x2_serial_with_dynamic_backlight (self ):
371
- my_features = DEFAULT_FEATURES
371
+ my_features = DEFAULT_FEATURES . copy ()
372
372
my_features .append ('SUPPORT_DISPLAY_BACKLIGHT' )
373
373
374
374
self .build_firmware (hardware_rev = 5 ,
@@ -407,7 +407,7 @@ def test_bluetooth_modes(self):
407
407
def test_control_modes (self ):
408
408
for control_mode in ['NORMAL' , 'LIMIT_WH_PER_KM' , 'TORQUE' ]:
409
409
# Enable XCELL_RT support in TORQUE mode
410
- my_features = DEFAULT_FEATURES
410
+ my_features = DEFAULT_FEATURES . copy ()
411
411
if control_mode == 'TORQUE' :
412
412
my_features .append ('SUPPORT_XCELL_RT' )
413
413
You can’t perform that action at this time.
0 commit comments