Skip to content
Snippets Groups Projects
Unverified Commit 3d086017 authored by Ville Skyttä's avatar Ville Skyttä Committed by GitHub
Browse files

Use package constraints in tox lint (#37500)

Otherwise fails with
pip._vendor.pkg_resources.ContextualVersionConflict: (importlib-metadata
1.7.0 (.../.tox/lint/lib/python3.7/site-packages),
Requirement.parse('importlib-metadata==1.6.0'), {'homeassistant'})
parent 63af60c7
No related branches found
No related tags found
No related merge requests found
......@@ -31,6 +31,7 @@ commands =
[testenv:lint]
deps =
-r{toxinidir}/requirements_test.txt
-c{toxinidir}/homeassistant/package_constraints.txt
commands =
python -m script.gen_requirements_all validate
python -m script.hassfest --action validate
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment