From 8a4dc386a1869c533672691d8b873e8de603061c Mon Sep 17 00:00:00 2001 From: jarulraj Date: Tue, 9 May 2023 01:19:51 -0400 Subject: [PATCH] updates to tutorials --- script/test/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/test/test.sh b/script/test/test.sh index c01351c23..b77b9b0bf 100644 --- a/script/test/test.sh +++ b/script/test/test.sh @@ -109,7 +109,7 @@ fi if [[ ( "$OSTYPE" != "msys" ) && ( "$MODE" = "NOTEBOOK" || "$MODE" = "ALL" ) ]]; then - PYTHONPATH=./ python -m pytest --durations=5 --nbmake --overwrite "./tutorials" --capture=sys --tb=short -v --log-level=WARNING --nbmake-timeout=3000 + PYTHONPATH=./ python -m pytest --durations=5 --nbmake --overwrite "./tutorials" --capture=sys --tb=short -v --log-level=WARNING --nbmake-timeout=3000 --ignore="tutorials/08-chatgpt.ipynb" notebook_test_code=$? if [ "$notebook_test_code" != "0" ]; then