launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #03353
[Merge] lp:~wgrant/launchpad/disable-yuitestlayer into lp:launchpad
William Grant has proposed merging lp:~wgrant/launchpad/disable-yuitestlayer into lp:launchpad.
Requested reviews:
Launchpad code reviewers (launchpad-reviewers)
For more details, see:
https://code.launchpad.net/~wgrant/launchpad/disable-yuitestlayer/+merge/58058
YUITestLayer has twice now failed in the same way as WindmillLayer. It sadly must be turned off.
--
https://code.launchpad.net/~wgrant/launchpad/disable-yuitestlayer/+merge/58058
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~wgrant/launchpad/disable-yuitestlayer into lp:launchpad.
=== modified file 'buildout-templates/bin/test.in'
--- buildout-templates/bin/test.in 2011-04-08 23:37:34 +0000
+++ buildout-templates/bin/test.in 2011-04-18 00:03:33 +0000
@@ -169,7 +169,7 @@
'tests_pattern': '^f?tests$',
'test_path': [${buildout:directory/lib|path-repr}],
'package': ['canonical', 'lp', 'devscripts', 'launchpad_loggerhead'],
- 'layer': ['!(MailmanLayer|WindmillLayer)'],
+ 'layer': ['!(MailmanLayer|WindmillLayer|YUITestLayer)'],
}
# Monkey-patch os.listdir to randomise the results