- Skip test_skip_develop_mode (gh#tox-dev/tox#3399)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tox?expand=0&rev=124
This commit is contained in:
parent
6ad457597f
commit
b1eee1c314
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 8 19:20:42 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
|
||||||
|
|
||||||
|
- Skip test_skip_develop_mode (gh#tox-dev/tox#3399)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Mar 27 16:33:24 UTC 2024 - ecsos <ecsos@opensuse.org>
|
Wed Mar 27 16:33:24 UTC 2024 - ecsos <ecsos@opensuse.org>
|
||||||
|
|
||||||
|
@ -151,6 +151,8 @@ donttest+=" or test_python_generate_hash_seed"
|
|||||||
donttest+=" or test_bad_env_var"
|
donttest+=" or test_bad_env_var"
|
||||||
# this test doesn't work on Leap
|
# this test doesn't work on Leap
|
||||||
donttest+=" or test_package_cmd_builder"
|
donttest+=" or test_package_cmd_builder"
|
||||||
|
# gh#tox-dev/tox#3399
|
||||||
|
donttest+=" or test_skip_develop_mode"
|
||||||
|
|
||||||
%{python_expand # tests expect an active virtualenv with a clean python name as sys.executable
|
%{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}
|
virtualenv-%{$python_bin_suffix} --system-site-packages testenv-%{$python_bin_suffix}
|
||||||
|
Loading…
Reference in New Issue
Block a user