Skip to content
This repository has been archived by the owner on May 13, 2020. It is now read-only.

Commit

Permalink
recent setuptools does not support py3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
agroszer committed Jun 4, 2016
1 parent 1b859bc commit 34133c2
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions buildmaster/master.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -576,9 +576,8 @@ ZC_BUILDOUT_PLATFORMS = CLEAN_PLATFORMS.copy()
del ZC_BUILDOUT_PLATFORMS['py_244_win32']
del ZC_BUILDOUT_PLATFORMS['py_254_win32']
ZC_BUILDOUT_PLATFORMS.update(CLEAN_PLATFORMS_3)

ZC_BUILDOUT_PLATFORMS_1 = CLEAN_PLATFORMS.copy()
del ZC_BUILDOUT_PLATFORMS_1['py_244_win32']
del ZC_BUILDOUT_PLATFORMS['py_323_win32']
del ZC_BUILDOUT_PLATFORMS['py_323_win64']


def zc_buildout_dev_builder(name, slavename, platform, locks, branch='HEAD'):
Expand Down Expand Up @@ -1257,8 +1256,6 @@ setupZTK_dev_tests(slow_lock, hour=20, minute=10)
#that will never be true, but at least keeps
#the builds nicely sorted
setup_zc_buildout_dev_tests(slow_lock, hour=20, minute=40, branch='master')
#setup_zc_buildout_dev_tests(slow_lock, hour=20, minute=50, branch='1',
# platforms=ZC_BUILDOUT_PLATFORMS_1)
#setup_distribute_dev_tests(slow_lock, hour=21, minute=10)
setup_setuptools_dev_tests(slow_lock, hour=21, minute=10)
setup_ZODB_dev_tests(slow_lock, hour=21, minute=50)
Expand Down

0 comments on commit 34133c2

Please sign in to comment.