← Back to team overview

sts-sponsors team mailing list archive

[Merge] ~ack/maas-site-manager:tox-shell-env-fix into maas-site-manager:main

 

Alberto Donato has proposed merging ~ack/maas-site-manager:tox-shell-env-fix into maas-site-manager:main.

Commit message:
fix tox shell env to run ipython interactively



Requested reviews:
  MAAS Committers (maas-committers)

For more details, see:
https://code.launchpad.net/~ack/maas-site-manager/+git/site-manager/+merge/442139
-- 
Your team MAAS Committers is requested to review the proposed merge of ~ack/maas-site-manager:tox-shell-env-fix into maas-site-manager:main.
diff --git a/backend/tox.ini b/backend/tox.ini
index dfc9798..df92ed8 100644
--- a/backend/tox.ini
+++ b/backend/tox.ini
@@ -20,7 +20,7 @@ deps =
     -e .
     ipython
 commands =
-    ipython
+    ipython --simple-prompt {posargs}
 
 [testenv:format]
 deps =

Follow ups