File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -1223,15 +1223,14 @@ def test_run_target():
1223
1223
1224
1224
result .stdout .fnmatch_lines ([
1225
1225
'*- coverage: platform *, python * -*' ,
1226
- 'test_multiprocessing_process* 8 * 100%*' ,
1226
+ 'test_multiprocessing_process* 9 * 100%*' ,
1227
1227
'*1 passed*'
1228
1228
])
1229
1229
assert result .ret == 0
1230
1230
1231
1231
1232
1232
@pytest .mark .skipif ('sys.platform == "win32"' , reason = "multiprocessing support is broken on Windows" )
1233
- @method_params
1234
- def test_multiprocessing_process_no_source (testdir , method ):
1233
+ def test_multiprocessing_process_no_source (testdir ):
1235
1234
pytest .importorskip ('multiprocessing.util' )
1236
1235
1237
1236
script = testdir .makepyfile ('''
@@ -1261,8 +1260,7 @@ def test_run_target():
1261
1260
1262
1261
1263
1262
@pytest .mark .skipif ('sys.platform == "win32"' , reason = "multiprocessing support is broken on Windows" )
1264
- @method_params
1265
- def test_multiprocessing_process_with_terminate (testdir , method ):
1263
+ def test_multiprocessing_process_with_terminate (testdir ):
1266
1264
pytest .importorskip ('multiprocessing.util' )
1267
1265
1268
1266
script = testdir .makepyfile ('''
You can’t perform that action at this time.
0 commit comments