Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] tox congratulates me even if I ^C it #1257

Closed
asottile opened this issue Apr 11, 2019 · 0 comments · Fixed by #1258
Closed

[BUG] tox congratulates me even if I ^C it #1257

asottile opened this issue Apr 11, 2019 · 0 comments · Fixed by #1258
Labels
bug:normal affects many people or has quite an impact pr-merged

Comments

@asottile
Copy link
Contributor

Fortunately it exits nonzero so this is more of a cosmetic issue than anything else:

$ tox -e py37
GLOB sdist-make: /home/asottile/workspace/pluggy/setup.py
py37 create: /home/asottile/workspace/pluggy/.tox/py37
^CERROR: got KeyboardInterrupt signal
___________________________________ summary ____________________________________
  py37: commands succeeded
  congratulations :)
$ echo $?
2
$ tox --version
3.8.6 imported from /home/asottile/opt/venv/lib/python3.6/site-packages/tox/__init__.py
registered plugins:
    tox-virtualenv-no-download-1.1.0 at /home/asottile/opt/venv/lib/python3.6/site-packages/tox_virtualenv_no_download.py
    tox-pip-extensions-1.6.0 at /home/asottile/opt/venv/lib/python3.6/site-packages/tox_pip_extensions.py
@asottile asottile added the bug:normal affects many people or has quite an impact label Apr 11, 2019
@helpr helpr bot added the pr-available label Apr 11, 2019
@helpr helpr bot added pr-merged and removed pr-available labels Apr 13, 2019
@tox-dev tox-dev locked and limited conversation to collaborators Jan 14, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug:normal affects many people or has quite an impact pr-merged
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant