summaryrefslogtreecommitdiff
path: root/sci-electronics/ghdl/files/ghdl-4.0.0_pre20231218-no-pyunit.patch
blob: 91cb22d6035af7e3d38d24796711e9860b348d06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
diff --git a/testsuite/testsuite.sh.orig b/testsuite/testsuite.sh
index 0c1049f..52da6db 100755
--- a/testsuite/testsuite.sh.orig
+++ b/testsuite/testsuite.sh
@@ -130,9 +130,10 @@ do_test() {
     pyunit)
       # The Python Unit testsuite: regression testsuite for Python bindings to libghdl
       # pyunit/dom fails with python 3.12
-      gstart "[GHDL - test] pyunit"
-      PYTHONPATH=$(pwd)/.. ${PYTHON:-python3} -m pytest -vsrA pyunit/lsp pyunit/libghdl
-      gend
+      # gstart "[GHDL - test] pyunit"
+      # PYTHONPATH=$(pwd)/.. ${PYTHON:-python3} -m pytest -vsrA pyunit/lsp pyunit/libghdl
+      # gend
+      echo "Python Unit testsuite is disabled!"
     ;;
 
     vests)