From c21dedd431256e201bae0bbdf68717f094788c249e9f485c4b30596af5306ec6 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 3 Jan 2024 21:26:31 +0000 Subject: [PATCH] Perhaps not. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-sherpa?expand=0&rev=36 --- _constraints | 10 ---------- python-sherpa.spec | 2 ++ 2 files changed, 2 insertions(+), 10 deletions(-) delete mode 100644 _constraints diff --git a/_constraints b/_constraints deleted file mode 100644 index d0364c7..0000000 --- a/_constraints +++ /dev/null @@ -1,10 +0,0 @@ - - - - 10 - - - 24 - - - diff --git a/python-sherpa.spec b/python-sherpa.spec index 0bcd130..145e7a8 100644 --- a/python-sherpa.spec +++ b/python-sherpa.spec @@ -40,6 +40,8 @@ Requires(postun):update-alternatives ExcludeArch: %{ix86} %{arm} # SECTION test requirements BuildRequires: %{python_module pytest >= 5} +# doctestplus tests don’t look ready gh#sherpa/sherpa#1719 +# BuildRequires: %{python_module pytest-doctestplus} BuildRequires: %{python_module pytest-xdist} BuildRequires: %{python_module pytest-xvfb} # Highly recommended by upstream when building from source