New issue 170: Mercurial can break when executed with environment interpreter
https://bitbucket.org/hpk42/tox/issue/170/mercurial-can-break-when-executed-with
Martin Geisler:
I ran into a fun little problem today: I have a dependency of this form in my
`requirements.txt` file:
-e hg+https:/
New issue 511: Support for calls to os.exec*
https://bitbucket.org/hpk42/pytest/issue/511/support-for-calls-to-osexec
Daniel Hahler:
I wonder if pytest could provide support for testing code which calls
`os.exec*` (and therefore replaces the current process), e.g. by
monkey-patching the os.exec