mirror of
https://github.com/home-assistant/core.git
synced 2025-12-25 05:26:47 +00:00
Sometimes py.test leave some packages around in tests/config/deps. Make sure these do not accidentally get pulled into a commit or cause a local tox run to fail.
9 lines
120 B
INI
9 lines
120 B
INI
[wheel]
|
|
universal = 1
|
|
|
|
[pytest]
|
|
testpaths = tests
|
|
|
|
[flake8]
|
|
exclude = .venv,.git,.tox,docs,www_static,venv,bin,lib,deps
|