@@ -747,7 +747,7 @@ def test_config_file(self):
747
747
(0 , './a.yml:1:1: [warning] missing document '
748
748
'start "---" (document-start)\n ' , '' ))
749
749
750
- with temp_workspace ({** workspace , ** { conf_file : conf } }):
750
+ with temp_workspace ({** workspace , conf_file : conf }):
751
751
with RunContext (self ) as ctx :
752
752
cli .run (('-f' , 'parsable' , '.' ))
753
753
@@ -771,7 +771,7 @@ def test_parent_config_file(self):
771
771
'document start "---" (document-start)\n ' ,
772
772
'' ))
773
773
774
- with temp_workspace ({** workspace , ** { conf_file : conf } }):
774
+ with temp_workspace ({** workspace , conf_file : conf }):
775
775
with RunContext (self ) as ctx :
776
776
os .chdir ('a/b/c/d/e/f' )
777
777
cli .run (('-f' , 'parsable' , '.' ))
@@ -806,7 +806,7 @@ def test_multiple_parent_config_file(self):
806
806
(0 , './3spaces.yml:2:4: [warning] wrong indentation: '
807
807
'expected 4 but found 3 (indentation)\n ' , '' ))
808
808
809
- with temp_workspace ({** workspace , ** { 'a/b/.yamllint.yml' : conf3 } }):
809
+ with temp_workspace ({** workspace , 'a/b/.yamllint.yml' : conf3 }):
810
810
with RunContext (self ) as ctx :
811
811
os .chdir ('a/b/c' )
812
812
cli .run (('-f' , 'parsable' , '.' ))
0 commit comments