From 6c59663eb614c5ba57be739db3cd1d98d9f1a7442a78fbbcf45e67575bbc1dce Mon Sep 17 00:00:00 2001 From: Jimmy Berry Date: Fri, 16 Aug 2019 22:01:10 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sentry-sdk?expand=0&rev=5 --- python-sentry-sdk.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-sentry-sdk.spec b/python-sentry-sdk.spec index 393d84c..9b49e92 100644 --- a/python-sentry-sdk.spec +++ b/python-sentry-sdk.spec @@ -74,7 +74,7 @@ rm pytest.ini %check export PYTHONDONTWRITEBYTECODE=1 # the two tests fail in obs -%pytest -k 'not (test_scope_initialized_before_client or test_configure_scope_unavailable)' +%pytest -k 'not (test_scope_initialized_before_client or test_configure_scope_unavailable or test_gevent_is_not_patched)' %files %{python_files} %doc README.md CHANGES.md