SHA256
1
0
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:
Dominique Leuenberger 2021-02-23 19:20:44 +00:00 committed by Git OBS Bridge
commit fd303552ed
2 changed files with 6 additions and 1 deletions

View File

@ -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>

View File

@ -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
}