We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a641ee3 commit c7e34f2Copy full SHA for c7e34f2
.github/workflows/validate.yml
@@ -31,7 +31,7 @@ jobs:
31
with:
32
python-version: "3.9"
33
- run: python3 -m pip install -r tests/requirements_test.txt
34
- - run: pytest --cov=custom_components
+ - run: pytest --cov=custom_components --allow-unix-socket
35
36
pylint:
37
runs-on: "ubuntu-latest"
0 commit comments