Hello community,
here is the log from the commit of package python-pytest-error-for-skips for
openSUSE:Leap:15.2 checked in at 2020-05-13 13:48:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-pytest-error-for-skips (Old)
and /work/SRC/openSUSE:Leap:15.2/.python-pytest-error-for-skips.new.2738
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pytest-error-for-skips"
Wed May 13 13:48:03 2020 rev:4 rq:777019 version:2.0.2
Changes:
--------
---
/work/SRC/openSUSE:Leap:15.2/python-pytest-error-for-skips/python-pytest-error-for-skips.changes
2020-01-15 15:52:16.499557723 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.python-pytest-error-for-skips.new.2738/python-pytest-error-for-skips.changes
2020-05-13 13:48:07.565409817 +0200
@@ -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.a46pjb/_old 2020-05-13 13:48:07.853410436 +0200
+++ /var/tmp/diff_new_pack.a46pjb/_new 2020-05-13 13:48:07.861410455 +0200
@@ -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}/*