From b1eee1c3145c756612c084ab0529def2e119f94547d624849cb037932a002b82 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 8 Oct 2024 19:21:09 +0000 Subject: [PATCH] - 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 --- python-tox.changes | 5 +++++ python-tox.spec | 2 ++ 2 files changed, 7 insertions(+) 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}