[Pytest-commit] Issue #578: UnicodeDecodeError masks SyntaxError on discovery (hpk42/pytest)

2014-09-02 Thread Anthony Sottile
New issue 578: UnicodeDecodeError masks SyntaxError on discovery https://bitbucket.org/hpk42/pytest/issue/578/unicodedecodeerror-masks-syntaxerror-on Anthony Sottile: Here's a minimal reproduction, my case was obviously more complicated and harder to figure out :). ``` $ python --ve

[Pytest-commit] Issue #231: tox 1.9.1 chokes on `-e .` in dependent requirements file (hpk42/tox)

2015-03-23 Thread Anthony Sottile
New issue 231: tox 1.9.1 chokes on `-e .` in dependent requirements file https://bitbucket.org/hpk42/tox/issue/231/tox-191-chokes-on-e-in-dependent Anthony Sottile: ``` $ tox --version 1.9.1 imported from /tmp/venv/local/lib/python2.7/site-packages/tox/__init__.pyc $ cat tox.ini [tox] envlist

[Pytest-commit] Issue #703: pytest discovers baseclasses that are imported and attempts to run them (pytest-dev/pytest)

2015-03-25 Thread Anthony Sottile
New issue 703: pytest discovers baseclasses that are imported and attempts to run them https://bitbucket.org/pytest-dev/pytest/issue/703/pytest-discovers-baseclasses-that-are Anthony Sottile: ``` # testing.py import unittest class BaseTest(unittest.TestCase): fill_me_out = None def

[Pytest-commit] Issue #247: Pass through LANG environment variable by default (hpk42/tox)

2015-05-16 Thread Anthony Sottile
New issue 247: Pass through LANG environment variable by default https://bitbucket.org/hpk42/tox/issue/247/pass-through-lang-environment-variable-by Anthony Sottile: This renders io.open() and py3 open() pretty useless without it on linux at least (as they will use ASCII instead of the

[Pytest-commit] Issue #248: Pass through VS*COMNTOOLS during install on windows (hpk42/tox)

2015-05-16 Thread Anthony Sottile
New issue 248: Pass through VS*COMNTOOLS during install on windows https://bitbucket.org/hpk42/tox/issue/248/pass-through-vs-comntools-during-install Anthony Sottile: It's not easy at all to build binary projects without these variables. Alternatively, why not allow the full environment d