Modified setuptools.test.environment.ZipEnvironment to not choke on a bypassed
setUp. test_egg_info, test_sdist, and test_svn all had tests that needed to be bypassed when svn was not present. tests.py26compat contains a SkipIf decorator for skipping. This worked after ironing a few wrinkles. The conditions is evaluated and stored in test_svn._svn_check.
Showing
Please register or sign in to comment