diff --git a/python-tox.changes b/python-tox.changes index d1f35df..c8c2582 100644 --- a/python-tox.changes +++ b/python-tox.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Oct 8 19:20:42 UTC 2024 - Matej Cepl + +- Skip test_skip_develop_mode (gh#tox-dev/tox#3399) + ------------------------------------------------------------------- Wed Mar 27 16:33:24 UTC 2024 - ecsos diff --git a/python-tox.spec b/python-tox.spec index ce6a915..ee444a9 100644 --- a/python-tox.spec +++ b/python-tox.spec @@ -151,6 +151,8 @@ donttest+=" or test_python_generate_hash_seed" donttest+=" or test_bad_env_var" # this test doesn't work on Leap 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 virtualenv-%{$python_bin_suffix} --system-site-packages testenv-%{$python_bin_suffix}