Replace whole repo with latest content from branch rhel-8.8.0

Content corresponds with RHEL dist-git commit b2434b5
This commit is contained in:
Honza Horak 2023-05-15 16:42:22 +02:00
parent 53236b2817
commit 0f6b91ea94
3 changed files with 16 additions and 0 deletions

1
.fmf/version Normal file
View File

@ -0,0 +1 @@
1

1
.gitignore vendored
View File

@ -1 +1,2 @@
/numpy-1.23.4.tar.gz
/numpy-1.23.5.tar.gz

14
plan.fmf Normal file
View File

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