- Install https://github.com/gaborbernat/tox/tree/2159
- Make an empty folder and put the above tox.ini in it
- Invoke
python -m tox
and once that command is sleeping press CTRL+C (the app should lock there indefinitely).
Last active
September 23, 2021 09:32
-
-
Save gaborbernat/f1e1aff0f2ee514b50a92a4d019d4d13 to your computer and use it in GitHub Desktop.
tox-2159
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[testenv] | |
skip_install = true | |
commands = python -c 'import os; print(f"start {os.getpid()}"); import time; time.sleep(100); print("end");' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment