Cython/tests/testsuite/main.fmf
Charalampos Stratakis 20d2b0f4dc Extend test duration to 3 hours
Resolves: RHEL-45867

[skip changelog]
2024-07-11 17:32:45 +02:00

20 lines
492 B
Plaintext

summary: upstream testsuite
require:
- gcc
- gcc-c++
- gdb
- python3-devel
- python3-test
- python3-cython
- python3-setuptools
- python3-pip
- python3-numpy
- python3-pytest
- flexiblas-devel # for pythran
# ipython and pythran installed from PyPI, not available in RHEL
test: |
pip install ipython==8.24.0 pythran==0.15.0 &&
cd $(dirname $TMT_SOURCE_DIR/cython-*/tests) &&
python3 runtests.py -vv --no-pyregr --exclude 'run.pstats_profile_test*'
duration: 3h