Skip to content

Commit

Permalink
verbose logging for treon
Browse files Browse the repository at this point in the history
  • Loading branch information
eaidova committed Aug 23, 2024
1 parent 6771c7a commit 87da5bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ci/dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jupyterlab-code-formatter # format code in notebooks in Jupyter Lab
jupyterlab-git # checkout and commit code in Jupyter Lab
nbqa[toolchain] # automatic code quality checking
nbval # pytest plugin for automatic notebook testing
treon # test framework for Jupyter Notebooks
git+https://github.com/eaidova/treon.git@ea/cell_info # test framework for Jupyter Notebooks
toml # used for validating docker requirements
mistune==2.0.4 # use for parsing README.md
requests==2.32.0 # use for checking links
Expand Down
2 changes: 1 addition & 1 deletion .ci/validate_notebooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ def run_test(notebook_path: Path, root, timeout=7200, keep_artifacts=False, repo

collect_python_packages(report_dir / (patched_notebook.stem + "_env_before.txt"))

main_command = [sys.executable, "-m", "treon", str(patched_notebook)]
main_command = [sys.executable, "-m", "treon", "--verbose", str(patched_notebook)]
start = time.perf_counter()
try:
retcode = subprocess.run(
Expand Down

0 comments on commit 87da5bd

Please sign in to comment.