Skip to content

Commit 74e4fcd

Browse files
committed
move pytest --allow-unix-socket arg to setup.cfg
1 parent c7e34f2 commit 74e4fcd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-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 --allow-unix-socket
34+
- run: pytest --cov=custom_components
3535

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

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ norecursedirs = .git
2020
log_level=INFO
2121
addopts =
2222
--strict-markers
23+
--allow-unix-socket
2324

2425
[flake8]
2526
exclude = .venv,.git,.tox,docs,venv,bin,lib,deps,build

0 commit comments

Comments
 (0)