Skip to content

Commit

Permalink
#335: Fixed DNS resolution in ITDE when running jupyter notebook tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tomuben committed Oct 18, 2024
1 parent df5936d commit 44ec19b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions doc/changes/changes_3.2.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,8 @@
Code name:

## Summary


## Bug Fixes

- #335: Fixed DNS resolution in ITDE when running jupyter notebook tests
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} {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 44ec19b

Please sign in to comment.