public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-flask-caching] rawhide: fix testsuite
@ 2026-06-22 16:28 
  0 siblings, 0 replies; only message in thread
From:  @ 2026-06-22 16:28 UTC (permalink / raw)
  To: git-commits

            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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-22 16:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-22 16:28 [rpms/python-flask-caching] rawhide: fix testsuite 

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox