forked from pool/python-pytest-localserver
- Use %pytest call for testing
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-localserver?expand=0&rev=6
This commit is contained in:
parent
3ecf299095
commit
7042d4e6dd
@ -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>
|
Fri Feb 22 21:12:05 CET 2019 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-pytest-localserver
|
# 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.
|
# Copyright (c) 2015 LISA GmbH, Bingen, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@ -23,7 +23,6 @@ Version: 0.5.0
|
|||||||
Release: 0
|
Release: 0
|
||||||
Summary: Plugin for py.test to test server connections locally
|
Summary: Plugin for py.test to test server connections locally
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Languages/Python
|
|
||||||
URL: https://bitbucket.org/pytest-dev/pytest-localserver
|
URL: https://bitbucket.org/pytest-dev/pytest-localserver
|
||||||
Source: https://files.pythonhosted.org/packages/source/p/pytest-localserver/pytest-localserver-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/p/pytest-localserver/pytest-localserver-%{version}.tar.gz
|
||||||
Patch0: remove_bindir.patch
|
Patch0: remove_bindir.patch
|
||||||
@ -60,7 +59,7 @@ no further!
|
|||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%python_expand py.test-%{$python_bin_suffix} -v -s
|
%pytest -s
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%doc README
|
%doc README
|
||||||
|
Loading…
Reference in New Issue
Block a user