blob: 7d0b2fc342f4ffd897b4cec39fdcfc996797e1c6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
From e6d9af8a1ca6134e02ba09212756d87f4f38f7e6 Mon Sep 17 00:00:00 2001
From: Mathieu Parent <math.parent@gmail.com>
Date: Fri, 13 Sep 2019 19:46:27 +0200
Subject: [PATCH] Disable python tests
As python-tevent is not built.
Forwarded: not-needed
---
wscript | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/wscript b/wscript
index 3d0d71d..f4b0c26 100644
--- a/wscript
+++ b/wscript
@@ -152,7 +152,8 @@ def test(ctx):
samba_utils.ADD_LD_LIBRARY_PATH('bin/shared')
samba_utils.ADD_LD_LIBRARY_PATH('bin/shared/private')
- pyret = samba_utils.RUN_PYTHON_TESTS(['bindings.py'])
+ # pyret = samba_utils.RUN_PYTHON_TESTS(['bindings.py'])
+ pyret = 0
unit_test_ret = 0
unit_tests = [
--
2.30.2
|