Hello community,
here is the log from the commit of package python-pytest-services for
openSUSE:Factory checked in at 2020-02-26 15:02:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pytest-services (Old)
and /work/SRC/openSUSE:Factory/.python-pytest-services.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pytest-services"
Wed Feb 26 15:02:13 2020 rev:3 rq:778734 version:2.0.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-pytest-services/python-pytest-services.changes
2019-11-18 20:06:16.821716748 +0100
+++
/work/SRC/openSUSE:Factory/.python-pytest-services.new.26092/python-pytest-services.changes
2020-02-26 15:02:14.584855584 +0100
@@ -1,0 +2,5 @@
+Mon Feb 24 11:37:28 UTC 2020 - Tomáš Chvátal <[email protected]>
+
+- Do not pull in mysql for tests we actually skip anyway
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pytest-services.spec ++++++
--- /var/tmp/diff_new_pack.HT0sOD/_old 2020-02-26 15:02:15.352857117 +0100
+++ /var/tmp/diff_new_pack.HT0sOD/_new 2020-02-26 15:02:15.352857117 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-pytest-services
#
-# Copyright (c) 2019 SUSE LLC.
+# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -25,7 +25,6 @@
URL: https://github.com/pytest-dev/pytest-services
Source:
https://github.com/pytest-dev/pytest-services/archive/%{version}.tar.gz
BuildRequires: %{python_module mock}
-BuildRequires: %{python_module mysqlclient}
BuildRequires: %{python_module psutil}
BuildRequires: %{python_module pylibmc}
BuildRequires: %{python_module pytest}
@@ -53,6 +52,8 @@
%prep
%setup -q -n pytest-services-%{version}
+# we don't test mysql anway
+sed -i -e '/import MySQLdb/d' tests/test_plugin.py
%build
%python_build