New issue 232: dist creation commands
https://bitbucket.org/hpk42/tox/issue/232/dist-creation-commands
Ronny Pfannschmidt:
in order to support creation/installation of wheels as well as custom
distribton generators it seems sensible to add a global option for the sdist
creation command
it shou
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 t