summaryrefslogtreecommitdiff
path: root/wrappers/python
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2022-05-03 16:24:59 +0200
committerjwijenbergh <jeroenwijenbergh@protonmail.com>2022-05-03 16:24:59 +0200
commit211ccd35392b0d64e042b97b19708a87a862498a (patch)
treebbf79496a5ad9c12cad6586fbbde48d8a324716e /wrappers/python
parent627d2801d820c9dcd791b551cbfa874931398951 (diff)
Python: Disable tests as there are none atm
Diffstat (limited to 'wrappers/python')
-rw-r--r--wrappers/python/Makefile2
1 files changed, 1 insertions, 1 deletions
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: