Compare commits
No commits in common. "c8-beta" and "c10s" have entirely different histories.
1
.fmf/version
Normal file
1
.fmf/version
Normal file
@ -0,0 +1 @@
|
|||||||
|
1
|
4
.gitignore
vendored
4
.gitignore
vendored
@ -1 +1,3 @@
|
|||||||
SOURCES/scipy-1.10.1.tar.gz
|
/scipy-1.8.1.tar.gz
|
||||||
|
/scipy-1.10.0.tar.gz
|
||||||
|
/scipy-1.10.1.tar.gz
|
||||||
|
@ -1 +0,0 @@
|
|||||||
ff83163396a70276c0441b541befc485b471b27b SOURCES/scipy-1.10.1.tar.gz
|
|
7
gating.yaml
Normal file
7
gating.yaml
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
--- !Policy
|
||||||
|
|
||||||
|
product_versions:
|
||||||
|
- rhel-9
|
||||||
|
decision_context: osci_compose_gate
|
||||||
|
rules:
|
||||||
|
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
|
19
plan.fmf
Normal file
19
plan.fmf
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
execute:
|
||||||
|
how: tmt
|
||||||
|
discover:
|
||||||
|
how: shell
|
||||||
|
tests:
|
||||||
|
- name: bundled tests
|
||||||
|
require:
|
||||||
|
- python3.11-pip
|
||||||
|
- python3.11-pytest
|
||||||
|
- python3.11-scipy
|
||||||
|
# transitive requirements of pooch, we want them from RHEL:
|
||||||
|
- python3.11-charset-normalizer
|
||||||
|
- python3.11-idna
|
||||||
|
- python3.11-requests
|
||||||
|
- python3.11-urllib3
|
||||||
|
duration: 30m
|
||||||
|
test: |
|
||||||
|
pip3.11 install pooch==1.8.0 &&
|
||||||
|
python3.11 -c 'import scipy; assert scipy.test()'
|
@ -144,32 +144,7 @@ not test_concatenate_int32_overflow'"
|
|||||||
|
|
||||||
# Those tests fail on koji/brew for ppc64le but pass
|
# Those tests fail on koji/brew for ppc64le but pass
|
||||||
# locally for that architecture
|
# locally for that architecture
|
||||||
SKIP_PPC64LE="-k '$SKIP_ALL_ARCHS and \
|
SKIP_PPC64LE="-k '$SKIP_ALL_ARCHS'"
|
||||||
not TestFFTConvolve and \
|
|
||||||
not TestDoubleFFT and \
|
|
||||||
not TestSingleFFT and \
|
|
||||||
not TestDoubleIFFT and \
|
|
||||||
not TestSingleIFFT and \
|
|
||||||
not test_tpsv and \
|
|
||||||
not TestLinear and \
|
|
||||||
not test_various_drivers_standard and \
|
|
||||||
not test_Mx1_economic and \
|
|
||||||
not test_hegst and \
|
|
||||||
not test_tpqrt_tpmqrt and \
|
|
||||||
not test_pteqr and \
|
|
||||||
not test_pptrs_pptri_pptrf_ppsv_ppcon and \
|
|
||||||
not test_against_numpy_convolve and \
|
|
||||||
not test_convolve_method and \
|
|
||||||
not test_rank1 and \
|
|
||||||
not test_splu_smoketest and \
|
|
||||||
not test_spilu_smoketest and \
|
|
||||||
not test_threads_parallel and \
|
|
||||||
not test_hermitian and \
|
|
||||||
not test_convergence and \
|
|
||||||
not test_precond_dummy and \
|
|
||||||
not test_x0_equals_Mb and \
|
|
||||||
not test_svdp and \
|
|
||||||
not test_examples'"
|
|
||||||
|
|
||||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1959353
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1959353
|
||||||
SKIP_S390X="-k '$SKIP_ALL_ARCHS and \
|
SKIP_S390X="-k '$SKIP_ALL_ARCHS and \
|
Loading…
Reference in New Issue
Block a user