15
0

- Add patch fix-assert-method.patch:

* Use correct assertion method.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-parameterized?expand=0&rev=36
This commit is contained in:
2023-08-15 09:03:34 +00:00
committed by Git OBS Bridge
parent 89c0cecae5
commit a8b0c2ac58
3 changed files with 33 additions and 1 deletions

View File

@@ -38,6 +38,8 @@ Patch1: remove_nose.patch
# PATCH-FIX-UPSTREAM skip_failing_teardown.patch gh#wolever/parameterized#167 mcepl@suse.com
# skip failing assert in tearDownModule [sic]
Patch2: skip_failing_teardown.patch
# PATCH-FIX-UPSTREAM gh#wolever/parameterized#169
Patch3: fix-assert-method.patch
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module wheel}
@@ -80,6 +82,6 @@ skip_tests="test_with_docstring_1_v_l_ or test_with_docstring_0_value1"
# %%doc CHANGELOG.txt
%license LICENSE.txt
%{python_sitelib}/parameterized
%{python_sitelib}/parameterized-%{version}*-info
%{python_sitelib}/parameterized-%{version}.dist-info
%changelog