public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-webob] epel10: Skip one test to unblock the Python 3.14 rebuild
@ 2026-08-02 12:26
0 siblings, 0 replies; only message in thread
From: @ 2026-08-02 12:26 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/python-webob
Branch : epel10
Commit : 224f697d7615142b300bae9fd2da86b03eb2ad96
Author : Miro Hrončok <miro@hroncok.cz>
Date : 2025-06-07T08:37:10+02:00
Stats : +2/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/python-webob/c/224f697d7615142b300bae9fd2da86b03eb2ad96?branch=epel10
Log:
Skip one test to unblock the Python 3.14 rebuild
Dependent packages (python-webtest, python-beaker) built OK.
---
diff --git a/python-webob.spec b/python-webob.spec
index e672a5b..bbe0827 100644
--- a/python-webob.spec
+++ b/python-webob.spec
@@ -60,7 +60,8 @@ rm docs/_static/.empty
%check
%if %{with tests}
-%pytest
+# test_interrupted_request: https://github.com/Pylons/webob/issues/479
+%pytest -k "not test_interrupted_request"
%else
%pyproject_check_import
%endif
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-02 12:26 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-02 12:26 [rpms/python-webob] epel10: Skip one test to unblock the Python 3.14 rebuild
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox