You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--no-deps means "install exactly the packages listed, and nothing else - not even their dependencies". It's obviously only useful with lockfiles, but important in case e.g. your lockfile was missing something which would then not be properly locked. So tox's skipsdist is really a separate thing - --no-deps isn't related to this issue, it's just something I have in my config.
While I think about it, it would be good to handle all of the following cases - currently only file1.txt-style is supported:
tox-battery/toxbat/requirements.py
Lines 158 to 160 in 110c931
is great, but doesn't handle the long-form option:
This would be a good issue for someone to handle for Hacktoberfest 😄
The text was updated successfully, but these errors were encountered: