Exclude tests failing on Python 3.12

This commit is contained in:
Miro Hrončok 2023-07-17 21:59:59 +02:00
parent d2e6364600
commit 1f32e41a7e
1 changed files with 2 additions and 0 deletions

View File

@ -85,7 +85,9 @@ Provides: bundled(python3dist(tempita))
%if %{with tests}
%check
# run.pstats_profile_test* fails on Python 3.12
%{python3} runtests.py -vv --no-pyregr %{?_smp_mflags} \
--exclude 'run.pstats_profile_test*' \
%ifarch %{ix86}
--exclude run.parallel # https://github.com/cython/cython/issues/2807
%endif