ci: make presto hive tests to cover only chartData and sqljson (#17782)

* chore: make presto hive tests to cover only chartData and sqljson

* fix: single quote

* fix: add eval for arguments

* fix: add double quotes on args

* chore: add @pytest.mark.sql_json_flow

* fix: pre-commit
This commit is contained in:
Amit Miran
2021-12-31 07:17:54 +02:00
committed by GitHub
parent 8ebec6016e
commit 4954d52329
3 changed files with 5 additions and 3 deletions

View File

@@ -31,4 +31,5 @@ superset db upgrade
superset init
echo "Running tests"
pytest --durations=0 --maxfail=1 --cov=superset $@
pytest --durations=0 --maxfail=1 --cov=superset "$@"