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