From ccc0af15257ec093357c1f1fec83d86fac784e07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Fri, 10 May 2024 13:40:14 +0200 Subject: [PATCH] CI: Run upstream testsuite --- plan.fmf | 1 + tests/testsuite/main.fmf | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 tests/testsuite/main.fmf diff --git a/plan.fmf b/plan.fmf index e6427de..890b3bb 100644 --- a/plan.fmf +++ b/plan.fmf @@ -1,4 +1,5 @@ discover: how: fmf + dist-git-source: true execute: how: tmt diff --git a/tests/testsuite/main.fmf b/tests/testsuite/main.fmf new file mode 100644 index 0000000..a701681 --- /dev/null +++ b/tests/testsuite/main.fmf @@ -0,0 +1,19 @@ +summary: upstream testsuite +require: + - gcc + - gcc-c++ + - gdb + - python3-devel + - python3-test + - python3-cython + - python3-setuptools + - python3-pip + - python3-numpy + - python3-pytest + - flexiblas-devel # for pythran + # ipython and pythran installed from PyPI, not available in RHEL +test: | + pip install ipython==8.24.0 pythran==0.15.0 && + cd $(dirname $TMT_SOURCE_DIR/cython-*/tests) && + python3 runtests.py -vv --no-pyregr --exclude 'run.pstats_profile_test*' +duration: 60m