15
0

Accepting request 1189009 from home:glaubitz:branches:devel:languages:python

- Cherry-pick upstream patch to fix tests with Python 3.13
  * fix-tests-with-python3.13.patch

OBS-URL: https://build.opensuse.org/request/show/1189009
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-parameterized?expand=0&rev=40
This commit is contained in:
2024-07-22 11:57:02 +00:00
committed by Git OBS Bridge
parent 5e5fd1e11e
commit 5b23e2efb6
3 changed files with 50 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-parameterized
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -40,6 +40,8 @@ Patch1: remove_nose.patch
Patch2: skip_failing_teardown.patch
# PATCH-FIX-UPSTREAM gh#wolever/parameterized#169
Patch3: fix-assert-method.patch
# PATCH-FIX-UPSTREAM gh#wolever/parameterized#176
Patch4: fix-tests-with-python3.13.patch
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module wheel}