zhongjiajie opened a new issue, #10974: URL: https://github.com/apache/dolphinscheduler/issues/10974
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar feature requirement. ### Description there is package pytest fixture in https://github.com/apache/dolphinscheduler/blob/5289b09817396046489b28857ad54a85c5ffddb2/dolphinscheduler-python/pydolphinscheduler/tests/integration/conftest.py, which will create docker container for python gateway service, It is perfect in CI but not so comfortable for local dev. In local dev, we often start the standalone server in IDEA, and test our integrated tests. in this case, we have to comment all content in `conftest.py` to skip the package fixture, maybe we should find some way skip this fixture more easiser ### Use case _No response_ ### Related issues _No response_ ### Are you willing to submit a PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
