Exclude tox env spark
The Python package `pyspark` is not packaged; disable the `spark` tox environment.
This commit is contained in:
parent
9ae91ff2c8
commit
38ccbf252b
1 changed files with 2 additions and 0 deletions
|
@ -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}}
|
||||
|
|
Loading…
Add table
Reference in a new issue