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:
parent
53236b2817
commit
0f6b91ea94
1
.fmf/version
Normal file
1
.fmf/version
Normal file
@ -0,0 +1 @@
|
||||
1
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/numpy-1.23.4.tar.gz
|
||||
/numpy-1.23.5.tar.gz
|
||||
|
14
plan.fmf
Normal file
14
plan.fmf
Normal 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()'
|
Loading…
Reference in New Issue
Block a user