diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-05-03 16:24:59 +0200 |
|---|---|---|
| committer | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-05-03 16:24:59 +0200 |
| commit | 211ccd35392b0d64e042b97b19708a87a862498a (patch) | |
| tree | bbf79496a5ad9c12cad6586fbbde48d8a324716e /wrappers/python | |
| parent | 627d2801d820c9dcd791b551cbfa874931398951 (diff) | |
Python: Disable tests as there are none atm
Diffstat (limited to 'wrappers/python')
| -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: |
