diff options
| -rw-r--r-- | wrappers/python/Makefile | 2 |
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: |
