From 211ccd35392b0d64e042b97b19708a87a862498a Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Tue, 3 May 2022 16:24:59 +0200 Subject: Python: Disable tests as there are none atm --- wrappers/python/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wrappers/python/Makefile b/wrappers/python/Makefile index e132400..92482a4 100644 --- a/wrappers/python/Makefile +++ b/wrappers/python/Makefile @@ -14,7 +14,7 @@ pack: test: .try-build-lib install "$(EXPORTS_LIB_SUBFOLDER_PATH)/$(LIB_FILE)" -Dt "eduvpncommon/lib" - python3 -m unittest test_discovery + #python3 -m unittest test_discovery rm eduvpncommon/lib/* clean: -- cgit v1.2.3