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