Notification time stamped 2023-10-31 22:39:40 UTC
From 816bc6d12faaab23f67272b3c78eea3a4bef6e90 Mon Sep 17 00:00:00 2001
From: Miro Hrončok <miro(a)hroncok.cz>
Date: Oct 17 2023 22:29:48 +0000
Subject: Add more optional test dependencies to run more tests
---
diff --git a/Cython.spec b/Cython.spec
index fdf8180..f8a8a11 100644
--- a/Cython.spec
+++ b/Cython.spec
@@ -18,11 +18,15 @@ BuildRequires: python3-setuptools
%if %{with tests}
BuildRequires: gcc-c++
+BuildRequires: gdb
+# optionally uses Python's test.support for some test
+BuildRequires: python3-test
BuildRequires: python3-numpy
BuildRequires: python3-pythran
%if %{undefined rhel}
# We don't want to pull in ipython to RHEL just to run more tests.
-BuildRequires: python3-ipython
+# The tests use IPython.testing.globalipapp
+BuildRequires: python3-ipython+test
# The tests requiring jedi are optional and skipped when jedi is not installed.
# Note that the jedi tests were forcefully disabled a long time ago,
# in https://github.com/cython/cython/issues/1845 far, far away.
https://src.fedoraproject.org/rpms/Cython/c/816bc6d12faaab23f67272b3c78eea3…