public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/python-flask-caching] rawhide: fix testsuite
Date: Mon, 22 Jun 2026 16:28:28 GMT	[thread overview]
Message-ID: <178214570899.1.3625304594016763923.rpms-python-flask-caching-670c819ec473@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/python-flask-caching
            Branch : rawhide
            Commit : 670c819ec473af77f29b4bb1aa74195962ddfb32
            Author : Miroslav Suchý <msuchy@redhat.com>
            Date   : 2026-06-22T16:55:19+02:00
            Stats  : +1/-3 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/python-flask-caching/c/670c819ec473af77f29b4bb1aa74195962ddfb32?branch=rawhide

            Log:
            fix testsuite

redis server is already started as part of testsuite, starting another cause port conflicts
disabling tests that are failing under python 3.15
reported as:
https://github.com/pallets-eco/flask-caching/issues/648
not reporting the second problem because it is a bit fuzzy

---
diff --git a/python-flask-caching.spec b/python-flask-caching.spec
index d4ce1b1..4de490f 100644
--- a/python-flask-caching.spec
+++ b/python-flask-caching.spec
@@ -63,9 +63,7 @@ rm -rf html/.{doctrees,buildinfo}
 %pyproject_save_files flask_caching
 
 %check
-redis-server &
-%pytest
-kill %1
+%pytest --deselect tests/test_backend_cache.py::TestRedisCache::test_generic_inc_dec --deselect tests/test_memoize.py::test_memoize_hashes
 
 %files -n python3-%{srcname} -f %{pyproject_files}
 %doc README.rst

                 reply	other threads:[~2026-06-22 16:28 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=178214570899.1.3625304594016763923.rpms-python-flask-caching-670c819ec473@fedoraproject.org \
    --to=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