From eca6e571858aab1882e09e0a705946c049eb15ae4ab6102b9a9396d1476f2c2e Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 13 Nov 2024 13:15:07 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-devpi-client?expand=0&rev=33 --- python-devpi-client.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python-devpi-client.spec b/python-devpi-client.spec index 4b8dc47..3098c41 100644 --- a/python-devpi-client.spec +++ b/python-devpi-client.spec @@ -103,6 +103,8 @@ donttest+=" or test_derive_devpi_token or test_derive_legacy_token or test_deriv donttest+=" or test_simple_install_missing_venvdir" # Broken tests with python3.12 because missing setuptools donttest+=" or test_main_example or test_specific_version or test_pkgname_with_dashes" +# broken tests with tox +donttest+=" or test_toxresult_forbidden" %pytest -k "not ($donttest)" %endif