Hello community,

here is the log from the commit of package python-unittest-xml-reporting for 
openSUSE:Factory checked in at 2019-10-03 14:08:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-unittest-xml-reporting (Old)
 and      /work/SRC/openSUSE:Factory/.python-unittest-xml-reporting.new.2352 
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-unittest-xml-reporting"

Thu Oct  3 14:08:25 2019 rev:17 rq:734601 version:2.5.1

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-unittest-xml-reporting/python-unittest-xml-reporting.changes
      2019-04-14 12:23:01.935805035 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-unittest-xml-reporting.new.2352/python-unittest-xml-reporting.changes
    2019-10-03 14:08:26.100258423 +0200
@@ -1,0 +2,6 @@
+Wed Oct  2 09:11:10 UTC 2019 - Matej Cepl <[email protected]>
+
+- Skip test_xmlrunner_non_ascii failing with Python 3.8
+  gh#xmlrunner/unittest-xml-reporting#205
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-unittest-xml-reporting.spec ++++++
--- /var/tmp/diff_new_pack.pYB7KM/_old  2019-10-03 14:08:26.644257024 +0200
+++ /var/tmp/diff_new_pack.pYB7KM/_new  2019-10-03 14:08:26.644257024 +0200
@@ -22,11 +22,10 @@
 Release:        0
 Summary:        PyUnit-based test runner with JUnit like XML reporting
 License:        LGPL-3.0-or-later
-Group:          Development/Languages/Python
-URL:            http://github.com/danielfm/unittest-xml-reporting/tree/master/
+URL:            https://github.com/danielfm/unittest-xml-reporting
 Source:         
https://github.com/xmlrunner/unittest-xml-reporting/archive/%{version}.tar.gz
 BuildRequires:  %{python_module lxml}
-BuildRequires:  %{python_module mock}
+BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module six >= 1.4.0}
 BuildRequires:  fdupes
@@ -34,6 +33,9 @@
 Requires:       python-six >= 1.4.0
 Provides:       python-xmlrunner = %{version}
 BuildArch:      noarch
+%ifpython2
+BuildRequires:  python2-mock
+%endif
 %python_subpackages
 
 %description
@@ -52,7 +54,8 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-%python_expand $python -m unittest discover
+# gh#xmlrunner/unittest-xml-reporting#205
+%pytest -k 'not test_xmlrunner_non_ascii'
 
 %files %{python_files}
 %doc README.md


Reply via email to