Replace whole repo with latest content from branch rhel-8.8.0

Content corresponds with RHEL dist-git commit edcfa99
This commit is contained in:
Honza Horak 2023-05-15 16:43:28 +02:00
parent d6977c1260
commit 352312ce60
3 changed files with 13 additions and 0 deletions

1
.fmf/version Normal file
View File

@ -0,0 +1 @@
1

1
.gitignore vendored
View File

@ -1 +1,2 @@
/scipy-1.8.1.tar.gz
/scipy-1.10.0.tar.gz

11
plan.fmf Normal file
View File

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