Skip to content

Commit

Permalink
Don't exclude tests with T (#487)
Browse files Browse the repository at this point in the history
  • Loading branch information
HyukjinKwon authored Jun 19, 2019
1 parent b1c7bd5 commit 5266ce2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/pytest
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ if [ "$#" = 0 ]; then
if [[ "$SPARK_VERSION" == 2.3* ]] || [[ "$SPARK_VERSION" == 2.4.1* ]] || [[ "$SPARK_VERSION" == 2.4.2* ]]; then
# Delta requires Spark 2.4.2+. We skip the related doctests.
if [[ "$SPARK_VERSION" == 2.3* ]]; then
pytest --cov=databricks -k "-T -melt -to_delta -read_delta" --verbose --showlocals --doctest-modules databricks
pytest --cov=databricks -k " -melt -to_delta -read_delta" --verbose --showlocals --doctest-modules databricks
else
pytest --cov=databricks -k "-to_delta -read_delta" --verbose --showlocals --doctest-modules databricks
fi
Expand Down

0 comments on commit 5266ce2

Please sign in to comment.