Skip to content

Commit

Permalink
Fixed test_notebooks_in_dss_docker_image.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tomuben committed Oct 18, 2024
1 parent f5c791f commit 3ac953d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def test_notebook(notebook_test_container_with_log, notebook_test_file, notebook
virtual_env = exec_command(command_echo_virtual_env, container)
command_run_test = (
f"{virtual_env}/bin/python"
f" -m pytest --setup-show -s --backend={notebook_test_backend} --itde-nameserver='8.8.8.8' --{notebook_test_file}"
f" -m pytest --setup-show -s --backend={notebook_test_backend} --itde-nameserver='8.8.8.8' {notebook_test_file}"
)
environ = os.environ.copy()
environ["NBTEST_ACTIVE"] = "TRUE"
Expand Down

0 comments on commit 3ac953d

Please sign in to comment.