From 0f6b91ea94cf6984c0f5e54f6ae84c8474e26832 Mon Sep 17 00:00:00 2001 From: Honza Horak Date: Mon, 15 May 2023 16:42:22 +0200 Subject: [PATCH] Replace whole repo with latest content from branch rhel-8.8.0 Content corresponds with RHEL dist-git commit b2434b5 --- .fmf/version | 1 + .gitignore | 1 + plan.fmf | 14 ++++++++++++++ 3 files changed, 16 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 d105346..922b50f 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ +/numpy-1.23.4.tar.gz /numpy-1.23.5.tar.gz diff --git a/plan.fmf b/plan.fmf new file mode 100644 index 0000000..52abf33 --- /dev/null +++ b/plan.fmf @@ -0,0 +1,14 @@ +execute: + how: tmt +discover: + how: shell + tests: + - name: bundled tests + require: + - python3.11-pytest + - python3.11-numpy + - python3.11-pip + duration: 30m + test: | + pip3.11 install hypothesis==6.45.0 typing_extensions==4.4.0 && + python3.11 -c 'import numpy; numpy.test()'