Disable Python tests for essentia

Those are very time consuming and might not be stable
enough.
This commit is contained in:
Martchus 2018-12-29 18:48:31 +01:00
parent 816e9851d1
commit 0d4177fc67
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ check() {
cd "$srcdir/essentia"
export LD_LIBRARY_PATH="$srcdir/essentia/build/src"
./waf run_tests
./waf run_python_tests
#./waf run_python_tests
}
package() {