14
0

Accepting request 1234713 from home:mcalabkova:branches:devel:languages:python

- Skip failing test and open an issue upstream

OBS-URL: https://build.opensuse.org/request/show/1234713
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.location?expand=0&rev=14
This commit is contained in:
2025-01-03 12:35:46 +00:00
committed by Git OBS Bridge
parent ad3d76e2fe
commit 9be4cff9fe
2 changed files with 9 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jan 3 10:47:30 UTC 2025 - Markéta Machová <mmachova@suse.com>
- Skip failing test and open an issue upstream
-------------------------------------------------------------------
Mon Dec 18 13:28:34 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file
# spec file for package python-zope.location
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2013 LISA GmbH, Bingen, Germany.
#
# All modifications and additions to the file contributed by third parties
@@ -17,7 +17,6 @@
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%global flavor @BUILD_FLAVOR@%{nil}
%if "%{flavor}" == "test"
%define psuffix -test
@@ -71,6 +70,8 @@ rm -rf src/zope.location.egg-info
%if %{with test}
%check
# https://github.com/zopefoundation/zope.location/issues/12
rm src/zope/location/tests/test_configure.py
%python_expand PYTHONPATH=src %{_bindir}/zope-testrunner-%{$python_bin_suffix} -vvv --test-path src
%endif