File tree Expand file tree Collapse file tree
Lib/test/test_profiling/test_sampling_profiler Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -91,6 +91,7 @@ def test_cli_module_argument_parsing(self):
9191 mode = 0 ,
9292 native = False ,
9393 gc = True ,
94+ async_aware = False ,
9495 )
9596
9697 @unittest .skipIf (is_emscripten , "socket.SO_REUSEADDR does not exist" )
@@ -130,6 +131,7 @@ def test_cli_module_with_arguments(self):
130131 mode = 0 ,
131132 native = False ,
132133 gc = True ,
134+ async_aware = False ,
133135 )
134136
135137 @unittest .skipIf (is_emscripten , "socket.SO_REUSEADDR does not exist" )
@@ -160,6 +162,7 @@ def test_cli_script_argument_parsing(self):
160162 mode = 0 ,
161163 native = False ,
162164 gc = True ,
165+ async_aware = False ,
163166 )
164167
165168 @unittest .skipIf (is_emscripten , "socket.SO_REUSEADDR does not exist" )
@@ -290,6 +293,7 @@ def test_cli_module_with_profiler_options(self):
290293 mode = 0 ,
291294 native = False ,
292295 gc = True ,
296+ async_aware = False ,
293297 )
294298
295299 @unittest .skipIf (is_emscripten , "socket.SO_REUSEADDR does not exist" )
@@ -335,6 +339,7 @@ def test_cli_script_with_profiler_options(self):
335339 mode = 0 ,
336340 native = False ,
337341 gc = True ,
342+ async_aware = False ,
338343 )
339344
340345 def test_cli_empty_module_name (self ):
@@ -635,6 +640,7 @@ def test_argument_parsing_basic(self):
635640 mode = 0 ,
636641 native = False ,
637642 gc = True ,
643+ async_aware = False ,
638644 )
639645
640646 def test_sort_options (self ):
You can’t perform that action at this time.
0 commit comments