Hello community,

here is the log from the commit of package python-pytest-services for 
openSUSE:Leap:15.2 checked in at 2020-02-27 06:42:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-pytest-services (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.python-pytest-services.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pytest-services"

Thu Feb 27 06:42:04 2020 rev:2 rq:779437 version:2.0.1

Changes:
--------
--- 
/work/SRC/openSUSE:Leap:15.2/python-pytest-services/python-pytest-services.changes
  2020-02-20 00:08:28.284253822 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.python-pytest-services.new.26092/python-pytest-services.changes
       2020-02-27 06:42:05.533683200 +0100
@@ -1,0 +2,5 @@
+Mon Feb 24 11:37:28 UTC 2020 - Tomáš Chvátal <tchva...@suse.com>
+
+- Do not pull in mysql for tests we actually skip anyway
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-pytest-services.spec ++++++
--- /var/tmp/diff_new_pack.m20T5M/_old  2020-02-27 06:42:05.785683725 +0100
+++ /var/tmp/diff_new_pack.m20T5M/_new  2020-02-27 06:42:05.789683733 +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


Reply via email to