From 8a704d293b976570b48aa9faec04aea2f54e284f Mon Sep 17 00:00:00 2001 From: ongdisheng <63136897+ongdisheng@users.noreply.github.com> Date: Sun, 13 Jul 2025 06:25:11 +0800 Subject: [PATCH] docs: remove duplicated line in `Running tests with act` section (#34145) --- docs/docs/contributing/development.mdx | 3 --- 1 file changed, 3 deletions(-) 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