Hello community,

here is the log from the commit of package python-pytest-instafail for 
openSUSE:Factory checked in at 2019-02-15 10:02:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pytest-instafail (Old)
 and      /work/SRC/openSUSE:Factory/.python-pytest-instafail.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pytest-instafail"

Fri Feb 15 10:02:39 2019 rev:2 rq:676051 version:0.4.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-pytest-instafail/python-pytest-instafail.changes
  2018-06-08 23:13:27.300420491 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-pytest-instafail.new.28833/python-pytest-instafail.changes
       2019-02-15 10:02:41.715620079 +0100
@@ -1,0 +2,5 @@
+Thu Feb 14 14:10:32 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Really execute the testsuite
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-pytest-instafail.spec ++++++
--- /var/tmp/diff_new_pack.fKCi3x/_old  2019-02-15 10:02:42.139619942 +0100
+++ /var/tmp/diff_new_pack.fKCi3x/_new  2019-02-15 10:02:42.143619941 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pytest-instafail
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,29 +12,28 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
+#
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%define         skip_python2 1
 Name:           python-pytest-instafail
 Version:        0.4.0
 Release:        0
-License:        BSD-2-Clause
 Summary:        Pytest Plugin to Show Failures Instantly
-Url:            https://github.com/jpvanhal/pytest-instafail
+License:        BSD-2-Clause
 Group:          Development/Languages/Python
+URL:            https://github.com/jpvanhal/pytest-instafail
 Source:         
https://files.pythonhosted.org/packages/source/p/pytest-instafail/pytest-instafail-%{version}.tar.gz
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
+Requires:       python-pytest >= 2.9
+BuildArch:      noarch
 # SECTION test requirements
 BuildRequires:  %{python_module pytest >= 2.9}
 # /SECTION
-Requires:       python-pytest >= 2.9
-BuildArch:      noarch
-
 %python_subpackages
 
 %description
@@ -53,10 +52,9 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-%python_exec test_instafail.py
+%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} 
py.test-%{$python_bin_suffix} -v
 
 %files %{python_files}
-%defattr(-,root,root,-)
 %doc CHANGES.rst README.rst
 %license LICENSE
 %{python_sitelib}/*


Reply via email to