diff --git a/python-tox.changes b/python-tox.changes index ef5650f..d4da07b 100644 --- a/python-tox.changes +++ b/python-tox.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Feb 22 11:44:36 UTC 2021 - Ben Greiner + +- Fix wheel location when custom installing into test venv. + ------------------------------------------------------------------- Sun Jan 17 20:03:10 UTC 2021 - Benjamin Greiner diff --git a/python-tox.spec b/python-tox.spec index 013b7bb..6ba3dd1 100644 --- a/python-tox.spec +++ b/python-tox.spec @@ -142,7 +142,7 @@ donttest+=" or test_build_backend_without_submodule" %{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 }