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
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
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
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
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