summaryrefslogtreecommitdiff
path: root/sci-electronics/ghdl/files/ghdl-3.0.0-no-pyunit.patch
blob: 7730d380494d6c4319307e659089dec6f120268f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- a/testsuite/testsuite.sh
+++ b/testsuite/testsuite.sh
@@ -129,9 +129,10 @@ do_test() {
 
     pyunit)
       # The Python Unit testsuite: regression testsuite for Python bindings to libghdl
-      gstart "[GHDL - test] pyunit"
-      PYTHONPATH=$(pwd)/.. ${PYTHON:-python3} -m pytest -vsrA pyunit
-      gend
+      # gstart "[GHDL - test] pyunit"
+      # PYTHONPATH=$(pwd)/.. ${PYTHON:-python3} -m pytest -vsrA pyunit
+      # gend
+      echo "Python Unit testsuite is disabled!"
     ;;
 
     vests)