summaryrefslogtreecommitdiff
path: root/sci-electronics/ghdl/files/ghdl-3.0.0-no-pyunit.patch
diff options
context:
space:
mode:
Diffstat (limited to 'sci-electronics/ghdl/files/ghdl-3.0.0-no-pyunit.patch')
-rw-r--r--sci-electronics/ghdl/files/ghdl-3.0.0-no-pyunit.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/sci-electronics/ghdl/files/ghdl-3.0.0-no-pyunit.patch b/sci-electronics/ghdl/files/ghdl-3.0.0-no-pyunit.patch
deleted file mode 100644
index 7730d380494d..000000000000
--- a/sci-electronics/ghdl/files/ghdl-3.0.0-no-pyunit.patch
+++ /dev/null
@@ -1,16 +0,0 @@
---- 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)