Pull Request without Development Requirement

Hello! I am hoping to create a pull request for a small change to a component (literally two lines). I’ve tested it on my own hassio system by running it as a custom component. I don’t have much experience with python and don’t plan on regularly contributing to home assistant as it’s mostly beyond me, but in this case it was a small issue I found and felt like I could fix it. (Still took a few hours to write those two lines :laughing:.)

Is there a way I can submit the pull request without running the tox tests? Would it sit in a queue where perhaps some kind soul would eventually run the test on the PR for me when it’s not too inconvenient for them? Or is a PR without the tests completed doomed to automatic rejection?

When you submit a PR it runs the tests on the build server. When I make a small change I never run the tests locally. If you have branched and have everything done, go ahead and push and open the PR.

2 Likes