Skip to content

Commit c7e34f2

Browse files
committed
add --allow-unix-socket to pytest
1 parent a641ee3 commit c7e34f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
python-version: "3.9"
3333
- run: python3 -m pip install -r tests/requirements_test.txt
34-
- run: pytest --cov=custom_components
34+
- run: pytest --cov=custom_components --allow-unix-socket
3535

3636
pylint:
3737
runs-on: "ubuntu-latest"

0 commit comments

Comments
 (0)