Hello community,

here is the log from the commit of package python-pytest-error-for-skips for 
openSUSE:Factory checked in at 2019-12-23 22:43:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pytest-error-for-skips (Old)
 and      /work/SRC/openSUSE:Factory/.python-pytest-error-for-skips.new.6675 
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pytest-error-for-skips"

Mon Dec 23 22:43:52 2019 rev:3 rq:758779 version:2.0.2

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-pytest-error-for-skips/python-pytest-error-for-skips.changes
      2019-02-15 10:02:22.415626301 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-pytest-error-for-skips.new.6675/python-pytest-error-for-skips.changes
    2019-12-23 22:46:32.354047602 +0100
@@ -1,0 +2,7 @@
+Sun Dec 22 02:47:21 UTC 2019 - John Vandenberg <[email protected]>
+
+- Re-activate test suite
+- Update to v2.0.2
+  * Fix compatibility with pytest 4.6+
+
+-------------------------------------------------------------------

Old:
----
  v1.0.0.tar.gz

New:
----
  pytest-error-for-skips-2.0.2.tar.gz

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

Other differences:
------------------
++++++ python-pytest-error-for-skips.spec ++++++
--- /var/tmp/diff_new_pack.abT01A/_old  2019-12-23 22:46:35.502048764 +0100
+++ /var/tmp/diff_new_pack.abT01A/_new  2019-12-23 22:46:35.562048786 +0100
@@ -18,21 +18,20 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-pytest-error-for-skips
-Version:        1.0.0
+Version:        2.0.2
 Release:        0
 Summary:        Pytest plugin to treat skipped tests a test failure
 License:        MIT
 Group:          Development/Languages/Python
-URL:            https://github.com/janschulz/pytest-error-for-skips
-Source:         
https://github.com/jankatins/pytest-error-for-skips/archive/v%{version}.tar.gz
+URL:            https://github.com/jankatins/pytest-error-for-skips
+Source:         
https://github.com/jankatins/pytest-error-for-skips/archive/%{version}.tar.gz#/pytest-error-for-skips-%{version}.tar.gz
 BuildRequires:  %{python_module setuptools}
-BuildRequires:  dos2unix
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-Requires:       python-pytest >= 2.9.2
+Requires:       python-pytest >= 4.6
 BuildArch:      noarch
 # SECTION test requirements
-BuildRequires:  %{python_module pytest >= 2.9.2}
+BuildRequires:  %{python_module pytest >= 4.6}
 # /SECTION
 %python_subpackages
 
@@ -45,7 +44,6 @@
 
 %prep
 %setup -q -n pytest-error-for-skips-%{version}
-dos2unix README.rst
 
 %build
 %python_build
@@ -55,11 +53,10 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-# The tests are broken and upstream is dead since 2016
-#%%python_expand PYTHONPATH=%{$python_sitelib} py.test-%{$python_bin_suffix} -v
+%pytest
 
 %files %{python_files}
-%doc README.rst
+%doc README.md
 %license LICENSE
 %{python_sitelib}/*
 


Reply via email to