Skip to content

Commit 4d54079

Browse files
committed
one more cleanup
1 parent dd8b058 commit 4d54079

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/test_pickle_patcher.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,6 @@ def test_run_and_parse_picklepatch() -> None:
354354
[CodePosition(17, 15)],
355355
func,
356356
project_root,
357-
"pytest",
358357
mode=TestingMode.BEHAVIOR,
359358
)
360359
os.chdir(original_cwd)
@@ -367,7 +366,6 @@ def test_run_and_parse_picklepatch() -> None:
367366
project_root=project_root,
368367
disable_telemetry=True,
369368
tests_root=tests_root,
370-
test_framework="pytest",
371369
pytest_cmd="pytest",
372370
experiment_id=None,
373371
test_project_root=project_root,
@@ -439,7 +437,6 @@ def bubble_sort_with_unused_socket(data_container):
439437
[CodePosition(23,15)],
440438
func,
441439
project_root,
442-
"pytest",
443440
mode=TestingMode.BEHAVIOR,
444441
)
445442
os.chdir(original_cwd)

0 commit comments

Comments
 (0)