From 3a62848315e6f01b968edd84ad17e6213130fd5f Mon Sep 17 00:00:00 2001 From: Dennis Mronga Date: Wed, 17 Jan 2024 16:57:03 +0100 Subject: [PATCH] Update run_tests.sh --- scripts/run_tests.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/scripts/run_tests.sh b/scripts/run_tests.sh index 2b3d7a76..078476f6 100644 --- a/scripts/run_tests.sh +++ b/scripts/run_tests.sh @@ -77,9 +77,9 @@ if [ -d "qpswift" ]; then fi # Python bindings -if [ -d "bindings" ]; then - echo "Testing Python bindings ..." - cd ../bindings/python/test - nosetests3 -fi +#if [ -d "bindings" ]; then +# echo "Testing Python bindings ..." +# cd ../bindings/python/test +# nosetests3 +#fi