From 38ccbf252bfd470455dd926ee6a88a77f81480ce Mon Sep 17 00:00:00 2001 From: Roman Inflianskas Date: Tue, 16 Jul 2024 21:33:34 +0300 Subject: [PATCH] Exclude tox env `spark` The Python package `pyspark` is not packaged; disable the `spark` tox environment. --- python-sentry-sdk.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python-sentry-sdk.spec b/python-sentry-sdk.spec index 36802f0..224e573 100644 --- a/python-sentry-sdk.spec +++ b/python-sentry-sdk.spec @@ -212,6 +212,7 @@ Summary: %{summary} # requests: require network # rq: no_fakeredis # socket: require network +# spark: no_pyspark # starberry: no_strawberry # trytond: no_trytond %global toxenvs_excluded %{shrink: @@ -239,6 +240,7 @@ Summary: %{summary} %{toxenv}-rq %{toxenv}-requests %{toxenv}-socket + %{toxenv}-spark %{toxenv}-strawberry %{toxenv}-trytond %{nil}}