[Pytest-commit] Issue #612: Syntax error on assertion reinterpretation (hpk42/pytest)

2014-10-08 Thread Alex Gaynor
New issue 612: Syntax error on assertion reinterpretation https://bitbucket.org/hpk42/pytest/issue/612/syntax-error-on-assertion-reinterpretation Alex Gaynor: The function with the `assert` statement is: ``` def _ec_key_set_public_key_affine_coordinates(self, ctx, x, y): """

[Pytest-commit] Issue #613: Pytest can't find locally installed projects (hpk42/pytest)

2014-10-08 Thread Tobias Wellnitz
New issue 613: Pytest can't find locally installed projects https://bitbucket.org/hpk42/pytest/issue/613/pytest-cant-find-locally-installed Tobias Wellnitz: Hi, when running py.test (OSX 10.9 with virtualenv), py.test can't find third party projects which are installed from a local source (e.