Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-python-jenkins for
openSUSE:Factory checked in at 2021-03-16 15:45:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-python-jenkins (Old)
and /work/SRC/openSUSE:Factory/.python-python-jenkins.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-python-jenkins"
Tue Mar 16 15:45:41 2021 rev:11 rq:879250 version:1.7.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-python-jenkins/python-python-jenkins.changes
2020-03-21 00:03:11.077157987 +0100
+++
/work/SRC/openSUSE:Factory/.python-python-jenkins.new.2401/python-python-jenkins.changes
2021-03-16 15:46:45.089261037 +0100
@@ -1,0 +2,6 @@
+Mon Mar 15 15:45:33 UTC 2021 - Mark??ta Machov?? <[email protected]>
+
+- we don't need stestr to run tests
+ * which enables the tests again
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-python-jenkins.spec ++++++
--- /var/tmp/diff_new_pack.zqfX09/_old 2021-03-16 15:46:45.697261981 +0100
+++ /var/tmp/diff_new_pack.zqfX09/_new 2021-03-16 15:46:45.697261981 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-python-jenkins
#
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2014 Thomas Bechtold <[email protected]>
#
# All modifications and additions to the file contributed by third parties
@@ -32,7 +32,6 @@
BuildRequires: %{python_module pbr >= 0.8.2}
BuildRequires: %{python_module requests-mock >= 1.4}
BuildRequires: %{python_module requests}
-BuildRequires: %{python_module stestr >= 2.0}
BuildRequires: %{python_module testscenarios}
BuildRequires: openssl-devel
BuildRequires: pkgconfig
@@ -64,7 +63,7 @@
%python_install
%check
-%python_exec -m stestr.cli run --black-regex
'test_get_view_jobs_raise_HTTPError'
+%pyunittest tests/*.py
%files %{python_files}
%license COPYING