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.
2 parents fc47114 + 427f530 commit da63e51Copy full SHA for da63e51
tests/e2e_tests/conftest.py
@@ -77,7 +77,7 @@ def local_chain(request):
77
logging.warning("Docker not found in the operating system!")
78
logging.warning(docker_command)
79
logging.warning("Tests are run in legacy mode.")
80
- yield from legacy_runner(request)
+ yield from legacy_runner(params)
81
82
83
def legacy_runner(params):
@@ -95,7 +95,6 @@ def legacy_runner(params):
95
96
# Compile commands to send to process
97
cmds = shlex.split(f"{script_path} {args}")
98
-
99
with subprocess.Popen(
100
cmds,
101
start_new_session=True,
0 commit comments