Hello community,
here is the log from the commit of package python-pytest-localserver for
openSUSE:Factory checked in at 2020-03-27 00:28:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pytest-localserver (Old)
and /work/SRC/openSUSE:Factory/.python-pytest-localserver.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pytest-localserver"
Fri Mar 27 00:28:51 2020 rev:3 rq:787776 version:0.5.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-pytest-localserver/python-pytest-localserver.changes
2019-02-25 17:54:23.506501196 +0100
+++
/work/SRC/openSUSE:Factory/.python-pytest-localserver.new.3160/python-pytest-localserver.changes
2020-03-27 00:28:52.840365709 +0100
@@ -1,0 +2,5 @@
+Tue Mar 17 11:16:06 UTC 2020 - Tomáš Chvátal <[email protected]>
+
+- Use %pytest call for testing
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pytest-localserver.spec ++++++
--- /var/tmp/diff_new_pack.HqHJew/_old 2020-03-27 00:28:53.572366080 +0100
+++ /var/tmp/diff_new_pack.HqHJew/_new 2020-03-27 00:28:53.576366081 +0100
@@ -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 @@
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 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
-%python_expand py.test-%{$python_bin_suffix} -v -s
+%pytest -s
%files %{python_files}
%doc README