forked from pool/python-tox
Accepting request 874338 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/874338 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tox?expand=0&rev=39
This commit is contained in:
commit
fd303552ed
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 22 11:44:36 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
- Fix wheel location when custom installing into test venv.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 17 20:03:10 UTC 2021 - Benjamin Greiner <code@bnavigator.de>
|
||||
|
||||
|
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user