From 63579b3049e2cbb146c05f55ddec7814413dbde9 Mon Sep 17 00:00:00 2001 From: Amit Miran <47772523+amitNielsen@users.noreply.github.com> Date: Tue, 6 Oct 2020 01:46:25 +0300 Subject: [PATCH] allow passing bash args into the pytest (#11040) this can be used in local environment when for example you want to pass specific *mark* to run against --- scripts/python_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/python_tests.sh b/scripts/python_tests.sh index c54166edb46..cbad0c58bdc 100755 --- a/scripts/python_tests.sh +++ b/scripts/python_tests.sh @@ -25,4 +25,4 @@ superset db upgrade superset init echo "Running tests" -pytest --maxfail=1 --cov=superset +pytest --maxfail=1 --cov=superset $@