Hello community,
here is the log from the commit of package python-tox-wheel for
openSUSE:Factory checked in at 2020-04-28 22:31:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-tox-wheel (Old)
and /work/SRC/openSUSE:Factory/.python-tox-wheel.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-tox-wheel"
Tue Apr 28 22:31:39 2020 rev:3 rq:798587 version:0.4.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-tox-wheel/python-tox-wheel.changes
2019-05-20 13:17:38.867937977 +0200
+++
/work/SRC/openSUSE:Factory/.python-tox-wheel.new.2738/python-tox-wheel.changes
2020-04-28 22:32:17.041744091 +0200
@@ -1,0 +2,5 @@
+Tue Apr 28 08:26:47 UTC 2020 - Tomáš Chvátal <[email protected]>
+
+- Disable testing for now as it needs python2 and old virtualenv
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-tox-wheel.spec ++++++
--- /var/tmp/diff_new_pack.17JMPI/_old 2020-04-28 22:32:17.737745390 +0200
+++ /var/tmp/diff_new_pack.17JMPI/_new 2020-04-28 22:32:17.741745397 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-tox-wheel
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -53,7 +53,8 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
-%pytest
+# Testlayout needs old virtualenv AND python2 interpreter to really work ->
Disable for now
+#%%pytest
%files %{python_files}
%doc AUTHORS.rst CHANGELOG.rst README.rst