openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #19667
[Merge] lp:~googol/openlp/check-dependencies into lp:openlp
Andreas Preikschat has proposed merging lp:~googol/openlp/check-dependencies into lp:openlp.
Requested reviews:
OpenLP Core (openlp-core)
For more details, see:
https://code.launchpad.net/~googol/openlp/check-dependencies/+merge/151110
Hello,
- Added the mock module to the list of optional modules
--
https://code.launchpad.net/~googol/openlp/check-dependencies/+merge/151110
Your team OpenLP Core is requested to review the proposed merge of lp:~googol/openlp/check-dependencies into lp:openlp.
=== modified file 'scripts/check_dependencies.py'
--- scripts/check_dependencies.py 2013-02-06 21:39:52 +0000
+++ scripts/check_dependencies.py 2013-02-28 21:40:30 +0000
@@ -91,6 +91,7 @@
('MySQLdb', ' (MySQL support)'),
('psycopg2', ' (PostgreSQL support)'),
('nose', ' (testing framework)'),
+ ('mock', ' (testing module)'),
]
w = sys.stdout.write
Follow ups