diff --git a/docs/docs/contributing/development.mdx b/docs/docs/contributing/development.mdx index 9152b2e9768..84073756ed9 100644 --- a/docs/docs/contributing/development.mdx +++ b/docs/docs/contributing/development.mdx @@ -614,9 +614,6 @@ act --job test-python-38 --secret GITHUB_TOKEN=$GITHUB_TOKEN --event pull_reques There is also a utility script included in the Superset codebase to run Python integration tests. The [readme can be found here](https://github.com/apache/superset/tree/master/scripts/tests). -There is also a utility script included in the Superset codebase to run python integration tests. The [readme can be -found here](https://github.com/apache/superset/tree/master/scripts/tests) - To run all integration tests, for example, run this script from the root directory: ```bash