Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-tox for openSUSE:Factory checked in at 2021-02-23 20:20:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-tox (Old) and /work/SRC/openSUSE:Factory/.python-tox.new.2378 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-tox" Tue Feb 23 20:20:44 2021 rev:39 rq:874338 version:3.21.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-tox/python-tox.changes 2021-01-18 11:34:38.365091018 +0100 +++ /work/SRC/openSUSE:Factory/.python-tox.new.2378/python-tox.changes 2021-02-23 20:22:27.127764302 +0100 @@ -1,0 +2,5 @@ +Mon Feb 22 11:44:36 UTC 2021 - Ben Greiner <c...@bnavigator.de> + +- Fix wheel location when custom installing into test venv. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-tox.spec ++++++ --- /var/tmp/diff_new_pack.GeQdzY/_old 2021-02-23 20:22:27.927765009 +0100 +++ /var/tmp/diff_new_pack.GeQdzY/_new 2021-02-23 20:22:27.931765012 +0100 @@ -142,7 +142,7 @@ %{python_expand # tests expect an active virtualenv with a clean python name as sys.executable virtualenv-%{$python_bin_suffix} --system-site-packages testenv-%{$python_bin_suffix} source testenv-%{$python_bin_suffix}/bin/activate -pip install ./tox*.whl +pip install ./build/tox*.whl python -B -m pytest -v -m "not network" -k "not (${donttest:4})" -n auto deactivate }