Accepting request 787776 from devel:languages:python:pytest

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/787776
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-localserver?expand=0&rev=3
This commit is contained in:
Dominique Leuenberger 2020-03-26 23:28:51 +00:00 committed by Git OBS Bridge
commit 3a2aee0738
2 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Mar 17 11:16:06 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Use %pytest call for testing
-------------------------------------------------------------------
Fri Feb 22 21:12:05 CET 2019 - Matej Cepl <mcepl@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package python-pytest-localserver
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2015 LISA GmbH, Bingen, Germany.
#
# All modifications and additions to the file contributed by third parties
@ -23,7 +23,6 @@ Version: 0.5.0
Release: 0
Summary: Plugin for py.test to test server connections locally
License: MIT
Group: Development/Languages/Python
URL: https://bitbucket.org/pytest-dev/pytest-localserver
Source: https://files.pythonhosted.org/packages/source/p/pytest-localserver/pytest-localserver-%{version}.tar.gz
Patch0: remove_bindir.patch
@ -60,7 +59,7 @@ no further!
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
%python_expand py.test-%{$python_bin_suffix} -v -s
%pytest -s
%files %{python_files}
%doc README