From 352312ce6052506ac7e81b100a50ed18f300cb3d Mon Sep 17 00:00:00 2001 From: Honza Horak Date: Mon, 15 May 2023 16:43:28 +0200 Subject: [PATCH] Replace whole repo with latest content from branch rhel-8.8.0 Content corresponds with RHEL dist-git commit edcfa99 --- .fmf/version | 1 + .gitignore | 1 + plan.fmf | 11 +++++++++++ 3 files changed, 13 insertions(+) create mode 100644 .fmf/version create mode 100644 plan.fmf diff --git a/.fmf/version b/.fmf/version new file mode 100644 index 0000000..d00491f --- /dev/null +++ b/.fmf/version @@ -0,0 +1 @@ +1 diff --git a/.gitignore b/.gitignore index ae7a229..3c51027 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ +/scipy-1.8.1.tar.gz /scipy-1.10.0.tar.gz diff --git a/plan.fmf b/plan.fmf new file mode 100644 index 0000000..598e6ab --- /dev/null +++ b/plan.fmf @@ -0,0 +1,11 @@ +execute: + how: tmt +discover: + how: shell + tests: + - name: bundled tests + require: + - python3.11-pytest + - python3.11-scipy + duration: 30m + test: python3.11 -c 'import scipy; scipy.test()'