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
I tried to run the same commands as GHA locally but I still did not get into this error so I am unsure what is causing it, especially as I seen all the steps before this point as succeeding in installing dependencies.
The text was updated successfully, but these errors were encountered:
I can't tell what it's and without a reproducible is unactionable so I'll close it for now. We can reopen it when we ran into it again or we can reproduce it.
I was able to get more reproducing info. Apparently this happens only on Debian machines when you add a plugin requires. I removed my tox-extra plugin and it worked. I tried adding another plugin tox-gh and the behavior was the same, reproducing the bug:
# tox -e lint
ROOT: will run in automatically provisioned tox, host /usr/bin/python3 is missing [requires (has)]: tox-extra>=0.4.0
ROOT: provision> .tox/.tox/bin/python -m tox -e lint
/root/.cache/.rmux/ansible-lint/.tox/.tox/bin/python: No module named tox
As both plugins reproduced the issue, I would rule-out them being the cause for the failure.
Note: i tested locally with a clean Debian 11 (bullseye) but GHA is using Ubuntu, thus I concluded that it should be either Debian or Linux, as on MacOS it worked just fine.
While trying to force use of tox 4 beta on GHA, I found an interesting error which I was not able to reproduce locally.
Full run at https://github.com/ansible/ansible-lint/runs/6224866356?check_suite_focus=true#step:6:297
I tried to run the same commands as GHA locally but I still did not get into this error so I am unsure what is causing it, especially as I seen all the steps before this point as succeeding in installing dependencies.
The text was updated successfully, but these errors were encountered: