We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd8b058 commit 4d54079Copy full SHA for 4d54079
tests/test_pickle_patcher.py
@@ -354,7 +354,6 @@ def test_run_and_parse_picklepatch() -> None:
354
[CodePosition(17, 15)],
355
func,
356
project_root,
357
- "pytest",
358
mode=TestingMode.BEHAVIOR,
359
)
360
os.chdir(original_cwd)
@@ -367,7 +366,6 @@ def test_run_and_parse_picklepatch() -> None:
367
366
project_root=project_root,
368
disable_telemetry=True,
369
tests_root=tests_root,
370
- test_framework="pytest",
371
pytest_cmd="pytest",
372
experiment_id=None,
373
test_project_root=project_root,
@@ -439,7 +437,6 @@ def bubble_sort_with_unused_socket(data_container):
439
437
[CodePosition(23,15)],
440
438
441
442
443
444
445
0 commit comments