Disable python unittests on 5.1 for now

This commit is contained in:
Jan Möbius
2015-11-30 10:34:31 +01:00
parent e6967dfe8b
commit b52650005b

View File

@@ -51,7 +51,7 @@ cd Python-Unittests
rm -f openmesh.so rm -f openmesh.so
cp ../Build/python/openmesh.so . cp ../Build/python/openmesh.so .
python -m unittest discover -v #python -m unittest discover -v
cd .. cd ..
cd .. cd ..
@@ -92,4 +92,4 @@ cd Python-Unittests
rm -f openmesh.so rm -f openmesh.so
cp ../Build/python/openmesh.so . cp ../Build/python/openmesh.so .
python -m unittest discover -v #python -m unittest discover -v