Make the CI tests pass and assert they do
Resolves: RHEL-21591
This commit is contained in:
parent
0f6b91ea94
commit
2b57e59dfb
3
plan.fmf
3
plan.fmf
@ -5,10 +5,11 @@ discover:
|
|||||||
tests:
|
tests:
|
||||||
- name: bundled tests
|
- name: bundled tests
|
||||||
require:
|
require:
|
||||||
|
- gcc
|
||||||
- python3.11-pytest
|
- python3.11-pytest
|
||||||
- python3.11-numpy
|
- python3.11-numpy
|
||||||
- python3.11-pip
|
- python3.11-pip
|
||||||
duration: 30m
|
duration: 30m
|
||||||
test: |
|
test: |
|
||||||
pip3.11 install hypothesis==6.45.0 typing_extensions==4.4.0 &&
|
pip3.11 install hypothesis==6.45.0 typing_extensions==4.4.0 &&
|
||||||
python3.11 -c 'import numpy; numpy.test()'
|
python3.11 -c 'import numpy; assert numpy.test()'
|
||||||
|
Loading…
Reference in New Issue
Block a user