← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] lp:~rvb/maas/maas-lxml into lp:maas

 

Raphaël Badin has proposed merging lp:~rvb/maas/maas-lxml into lp:maas.

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~rvb/maas/maas-lxml/+merge/94377

Add missing test dependency: lxml.
-- 
https://code.launchpad.net/~rvb/maas/maas-lxml/+merge/94377
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~rvb/maas/maas-lxml into lp:maas.
=== modified file 'buildout.cfg'
--- buildout.cfg	2012-02-15 17:20:40 +0000
+++ buildout.cfg	2012-02-23 13:51:18 +0000
@@ -21,6 +21,7 @@
 test-eggs =
   coverage
   fixtures
+  lxml
   nose
   nose-subunit
   python-subunit

=== modified file 'versions.cfg'
--- versions.cfg	2012-02-17 16:08:11 +0000
+++ versions.cfg	2012-02-23 13:51:18 +0000
@@ -9,6 +9,7 @@
 fixtures =
 formencode = 1.2.4
 ipython =
+lxml =
 nose =
 nose-subunit =
 oauth =