15
0
forked from pool/python-WSME

Accepting request 970226 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/970226
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-WSME?expand=0&rev=21
This commit is contained in:
2022-04-15 22:14:26 +00:00
committed by Git OBS Bridge
2 changed files with 9 additions and 3 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Apr 14 10:08:22 UTC 2022 - pgajdos@suse.com
- %check: do not run test_args.py, it runs one test and it is the
only one which requires python-mock
- do not require python-mock for build
-------------------------------------------------------------------
Sun Oct 17 22:34:16 UTC 2021 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-WSME
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -28,7 +28,6 @@ Source: https://files.pythonhosted.org/packages/source/W/WSME/WSME-%{ver
# Test requirements:
BuildRequires: %{python_module WebOb >= 1.2.3}
BuildRequires: %{python_module WebTest}
BuildRequires: %{python_module mock}
BuildRequires: %{python_module netaddr >= 0.7.12}
BuildRequires: %{python_module pbr}
BuildRequires: %{python_module pecan}
@@ -62,7 +61,7 @@ with focus on extensibility, framework-independence and improved type handling.
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
%pytest tests/pecantest tests/rest
%pytest tests/pecantest
%files %{python_files}
%license LICENSE