[Pytest-commit] Issue #232: dist creation commands (hpk42/tox)

2015-03-25 Thread Ronny Pfannschmidt
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

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