[issue17779] Fix test discovery for test_osx_env.py

2013-04-18 Thread Ezio Melotti
Ezio Melotti added the comment: Fixed, thanks for the patch! -- assignee: -> ezio.melotti resolution: -> fixed stage: -> committed/rejected status: open -> closed ___ Python tracker _

[issue17779] Fix test discovery for test_osx_env.py

2013-04-18 Thread Roundup Robot
Roundup Robot added the comment: New changeset f5d31084fbbd by Ezio Melotti in branch '3.3': #17779: test_osx_env now works with unittest test discovery. Patch by Zachary Ware. http://hg.python.org/cpython/rev/f5d31084fbbd New changeset 4ea9a8e5ec21 by Ezio Melotti in branch 'default': #17779:

[issue17779] Fix test discovery for test_osx_env.py

2013-04-17 Thread Zachary Ware
New submission from Zachary Ware: This patch converts test_osx_env.py to use a skip decorator instead of just not running the test at all. -- components: Tests files: test_osx_env_discovery.diff keywords: patch messages: 187189 nosy: brett.cannon, ezio.melotti, zach.ware priority: norma