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()'