BryanCutler commented on pull request #7604:
URL: https://github.com/apache/arrow/pull/7604#issuecomment-656783691
There is no way to deselect specific tests, afaik. You would have select all
the other tests individually from that module, for example
```
spark_python_tests=(
...
"pyspark.sql.tests.test_pandas_grouped_map
GroupedMapInPandasTests.test_supported_types"
"pyspark.sql.tests.test_pandas_grouped_map
GroupedMapInPandasTests.test_array_type_correct"
etc...
)
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]