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