-
-
Notifications
You must be signed in to change notification settings - Fork 522
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
tox breaks ipython input/output when #2999
Labels
help:wanted
Issues that have been acknowledged, a solution determined and a PR might likely be accepted.
Comments
gaborbernat
added
the
help:wanted
Issues that have been acknowledged, a solution determined and a PR might likely be accepted.
label
Jun 16, 2023
PR welcome. |
ziima
added a commit
to ziima/tox
that referenced
this issue
Oct 13, 2023
ziima
added a commit
to ziima/tox
that referenced
this issue
Oct 17, 2023
ziima
added a commit
to ziima/tox
that referenced
this issue
Oct 17, 2023
ziima
added a commit
to ziima/tox
that referenced
this issue
Oct 17, 2023
ziima
added a commit
to ziima/tox
that referenced
this issue
Oct 17, 2023
ziima
added a commit
to ziima/tox
that referenced
this issue
Oct 17, 2023
ziima
added a commit
to ziima/tox
that referenced
this issue
Oct 17, 2023
gaborbernat
pushed a commit
that referenced
this issue
Oct 20, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
help:wanted
Issues that have been acknowledged, a solution determined and a PR might likely be accepted.
Issue
When running ipython as a command in a tox env, the input and output are messed up. Terminal gets reset at every enter from the ipython shell. This seems to be due some conflict interacting with the console
A workaround is to pass
--simple-prompt
to ipython, but this means ipython doesn't provide things like autocompletion.Tested with
tox 4.5.1
andipython 8.13.1
.Environment
Provide at least:
pip list
of the host Python wheretox
is installed:Output of running tox
Provide the output of
tox -rvv
:Minimal example
If possible, provide a minimal reproducer for the issue:
tox.ini
configThe text was updated successfully, but these errors were encountered: