public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Christian Dersch <lupinix@mailbox.org>
To: git-commits@fedoraproject.org
Subject: [rpms/python-photutils] epel10: Disable tests (known incompatibility) until 0.5 is released
Date: Fri, 26 Jun 2026 03:41:46 GMT	[thread overview]
Message-ID: <178244530685.1.1981274040365066444.rpms-python-photutils-827ac2c501c6@fedoraproject.org> (raw)

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

                 reply	other threads:[~2026-06-26  3:41 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178244530685.1.1981274040365066444.rpms-python-photutils-827ac2c501c6@fedoraproject.org \
    --to=lupinix@mailbox.org \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox