Hello community, here is the log from the commit of package python-pytest for openSUSE:Factory checked in at 2015-08-07 00:20:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pytest (Old) and /work/SRC/openSUSE:Factory/.python-pytest.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pytest" Changes: -------- --- /work/SRC/openSUSE:Factory/python-pytest/python-pytest.changes 2015-07-16 17:13:56.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.python-pytest.new/python-pytest.changes 2015-08-07 00:20:40.000000000 +0200 @@ -1,0 +2,16 @@ +Wed Jul 29 13:01:56 UTC 2015 - [email protected] + +- Make tests conditional to avoid dependency loop. + +------------------------------------------------------------------- +Mon Jul 27 09:29:06 UTC 2015 - [email protected] + +- revert update-alternatives change, causes OBS trouble + +------------------------------------------------------------------- +Fri Jul 24 06:37:21 UTC 2015 - [email protected] + +- Change update-alternatives requirement to absolute path to fix + non-SUSE distributions (RHEL7) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pytest.spec ++++++ --- /var/tmp/diff_new_pack.K0U2Qr/_old 2015-08-07 00:20:41.000000000 +0200 +++ /var/tmp/diff_new_pack.K0U2Qr/_new 2015-08-07 00:20:41.000000000 +0200 @@ -15,6 +15,9 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # +# NOTE(saschpe): git invocation and pythonpath issues with testrepository +# enable testing with a build conditional (off by default): +%bcond_with test Name: python-pytest Version: 2.7.1 @@ -31,8 +34,10 @@ BuildRequires: unzip # Test requirements: BuildRequires: lsof +%if %{with test} BuildRequires: python-mock BuildRequires: python-pexpect +%endif BuildRequires: python-xml Requires: python-py >= 1.4.25 Requires(post): update-alternatives @@ -72,11 +77,8 @@ rm %{buildroot}%{_bindir}/py.test ln -s %{_bindir}/py.test-%{py_ver} %{buildroot}%{_bindir}/py.test -%if 0%{?suse_version} > 1110 +%if %{with test} && 0%{?suse_version} > 1110 %check -#FIXME (mvyskocil): test fail on doc/en/example/nonpython/test_simple.yml -#maybe too old python-PyYAML package? Factory has 3.12, where latest upstream is 13.12.0 - python setup.py test %endif
