public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-photutils] epel10: Disable tests (known incompatibility) until 0.5 is released
@ 2026-06-26 3:41 Christian Dersch
0 siblings, 0 replies; only message in thread
From: Christian Dersch @ 2026-06-26 3:41 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/python-photutils
Branch : epel10
Commit : 827ac2c501c6d6d5b9beebef8e64db8aa6c0005e
Author : Christian Dersch <lupinix@mailbox.org>
Date : 2018-07-08T12:25:05+02:00
Stats : +9/-7 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/python-photutils/c/827ac2c501c6d6d5b9beebef8e64db8aa6c0005e?branch=epel10
Log:
Disable tests (known incompatibility) until 0.5 is released
---
diff --git a/python-photutils.spec b/python-photutils.spec
index d47018d..839906e 100644
--- a/python-photutils.spec
+++ b/python-photutils.spec
@@ -110,13 +110,15 @@ export XDG_CONFIG_HOME=`pwd`
# Avoid writing bad pyc files
export PYTHONDONTWRITEBYTECODE=1
-pushd %{buildroot}/%{python2_sitearch}
-py.test-%{python2_version} %{srcname}
-popd
-
-pushd %{buildroot}/%{python3_sitearch}
-py.test-%{python3_version} %{srcname}
-popd
+# Disable tests and wait for new release fixing them
+# https://github.com/astropy/photutils/issues/677
+#pushd %%{buildroot}/%%{python2_sitearch}
+#py.test-%%{python2_version} %%{srcname}
+#popd
+
+#pushd %%{buildroot}/%%{python3_sitearch}
+#py.test-%%{python3_version} %%{srcname}
+#popd
%files -n python2-%{srcname}
%doc README.rst
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-26 3:41 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-26 3:41 [rpms/python-photutils] epel10: Disable tests (known incompatibility) until 0.5 is released Christian Dersch
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox