Accepting request 1304241 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1304241
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-WebOb?expand=0&rev=41
This commit is contained in:
2025-09-12 19:09:24 +00:00
committed by Git OBS Bridge
2 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Sep 11 09:54:38 UTC 2025 - Markéta Machová <mmachova@suse.com>
- Skip test failing on Python 3.14
-------------------------------------------------------------------
Tue Apr 1 12:45:29 UTC 2025 - Markéta Machová <mmachova@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-WebOb
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -68,7 +68,8 @@ PYTHONPATH=./src sphinx-build -b html docs build/sphinx/html && rm -r build/sphi
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
%pytest
# test_interrupted_request fails with Python 3.14 https://github.com/Pylons/webob/issues/479
%pytest -k "not test_interrupted_request"
%files %{python_files}
%license docs/license.txt