[Pytest-commit] Issue #170: Mercurial can break when executed with environment interpreter (hpk42/tox)

2014-05-07 Thread Martin Geisler
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:/

[Pytest-commit] Issue #511: Support for calls to os.exec* (hpk42/pytest)

2014-05-07 Thread Daniel Hahler
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