15
0
forked from pool/python-WSME

Accepting request 810188 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/810188
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-WSME?expand=0&rev=18
This commit is contained in:
2020-06-02 12:36:09 +00:00
committed by Git OBS Bridge
2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri May 29 10:55:09 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- Replace nose with pytest
-------------------------------------------------------------------
Wed Apr 29 10:42:53 UTC 2020 - Dirk Mueller <dmueller@suse.com>

View File

@@ -29,9 +29,9 @@ 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 nose}
BuildRequires: %{python_module pbr}
BuildRequires: %{python_module pecan}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module pytz}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module simplegeneric}
@@ -63,7 +63,7 @@ with focus on extensibility, framework-independence and improved type handling.
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
%python_exec %{_bindir}/nosetests -v tests/pecantest tests/rest
%pytest tests/pecantest tests/rest
%files %{python_files}
%license LICENSE