[ovs-dev] [PATCH] Windows: Disable python3 tests

Alin Serdean aserdean at cloudbasesolutions.com
Tue Sep 20 19:09:28 UTC 2016


Until the effort of the python series is integrated, disable the python3
tests under Windows.

Signed-off-by: Alin Gabriel Serdean <aserdean at cloudbasesolutions.com>
---
 tests/atlocal.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/atlocal.in b/tests/atlocal.in
index 55070d8..f518cda 100644
--- a/tests/atlocal.in
+++ b/tests/atlocal.in
@@ -114,6 +114,7 @@ fi
 # need to remove the next block after porting is complete.
 if test "$IS_WIN32" = "yes"; then
     HAVE_PYTHON="no"
+    HAVE_PYTHON3="no"
 fi
 
 if test "$HAVE_PYTHON" = "yes" \
-- 
2.9.2.windows.1



More information about the dev mailing list