Hello community,

here is the log from the commit of package python-pytest-travis-fold for 
openSUSE:Factory checked in at 2019-07-30 13:04:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pytest-travis-fold (Old)
 and      /work/SRC/openSUSE:Factory/.python-pytest-travis-fold.new.4126 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pytest-travis-fold"

Tue Jul 30 13:04:12 2019 rev:3 rq:717472 version:1.3.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-pytest-travis-fold/python-pytest-travis-fold.changes
      2019-03-26 15:44:50.644120157 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-pytest-travis-fold.new.4126/python-pytest-travis-fold.changes
    2019-07-30 13:04:13.586404133 +0200
@@ -1,0 +2,11 @@
+Mon Jul 22 08:20:26 UTC 2019 - Tomáš Chvátal <tchva...@suse.com>
+
+- Skip failing test with pytest5 (different regexp match) as there
+  are no  really active upstream commits
+
+-------------------------------------------------------------------
+Thu Jul 18 09:30:03 UTC 2019 - Tomáš Chvátal <tchva...@suse.com>
+
+- Fix pytest call
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-pytest-travis-fold.spec ++++++
--- /var/tmp/diff_new_pack.80rr0E/_old  2019-07-30 13:04:14.050404035 +0200
+++ /var/tmp/diff_new_pack.80rr0E/_new  2019-07-30 13:04:14.050404035 +0200
@@ -23,18 +23,17 @@
 Summary:        Pytest plugin to fold captured output sections in Travis CI 
build log
 License:        MIT
 Group:          Development/Languages/Python
-Url:            https://github.com/abusalimov/pytest-travis-fold
+URL:            https://github.com/abusalimov/pytest-travis-fold
 Source:         
https://github.com/abusalimov/pytest-travis-fold/archive/v1.3.0.tar.gz#/pytest-travis-fold-%{version}.tar.gz
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
+Requires:       python-pytest >= 2.6.0
+BuildArch:      noarch
 # SECTION test requirements
 BuildRequires:  %{python_module pytest >= 2.6.0}
 BuildRequires:  %{python_module pytest-runner}
 # /SECTION
-BuildRequires:  fdupes
-Requires:       python-pytest >= 2.6.0
-BuildArch:      noarch
-
 %python_subpackages
 
 %description
@@ -54,7 +53,9 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-%python_exec setup.py pytest
+# test_travis_fixture_registered wrongly compares in new releases
+#   upstream has no commits since 2014, just skip it
+%pytest -k 'not test_travis_fixture_registered'
 
 %files %{python_files}
 %doc README.rst


Reply via email to