Exclude tox env spark

The Python package `pyspark` is not packaged; disable the `spark` tox
environment.
This commit is contained in:
Roman Inflianskas 2024-07-16 21:33:34 +03:00
parent 9ae91ff2c8
commit 38ccbf252b
No known key found for this signature in database

View file

@ -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}}