duplicity-team team mailing list archive
-
duplicity-team team
-
Mailing list archive
-
Message #03032
[Merge] lp:~aaron-whitehouse/duplicity/disable_code_tests_for_lpbuildd into lp:duplicity
Aaron Whitehouse has proposed merging lp:~aaron-whitehouse/duplicity/disable_code_tests_for_lpbuildd into lp:duplicity.
Commit message:
Set RUN_CODE_TESTS to 0 for lpbuildd tox profile, reflecting its value on the Launchpad build server (and therefore skipping PEP8, 2to3 and pylint). More accurately reflects the system we are mimicking and saves approximately 1 minute per test run.
Requested reviews:
duplicity-team (duplicity-team)
For more details, see:
https://code.launchpad.net/~aaron-whitehouse/duplicity/disable_code_tests_for_lpbuildd/+merge/266895
Set RUN_CODE_TESTS to 0 for lpbuildd tox profile, reflecting its value on the Launchpad build server (and therefore skipping PEP8, 2to3 and pylint). More accurately reflects the system we are mimicking and saves approximately 1 minute per test run.
--
Your team duplicity-team is requested to review the proposed merge of lp:~aaron-whitehouse/duplicity/disable_code_tests_for_lpbuildd into lp:duplicity.
=== modified file 'po/duplicity.pot'
--- po/duplicity.pot 2015-08-04 13:19:29 +0000
+++ po/duplicity.pot 2015-08-04 15:08:04 +0000
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: Kenneth Loafman <kenneth@xxxxxxxxxxx>\n"
-"POT-Creation-Date: 2015-08-02 06:35-0500\n"
+"POT-Creation-Date: 2015-08-04 15:41+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@xxxxxx>\n"
=== modified file 'tox.ini'
--- tox.ini 2015-08-04 10:20:31 +0000
+++ tox.ini 2015-08-04 15:08:04 +0000
@@ -1,7 +1,9 @@
[tox]
-envlist=py26,py27,lpbuildd
+envlist=py26,py27,lpbuildd-precise
-[testenv:lpbuildd]
+[testenv:lpbuildd-precise]
+setenv=
+ RUN_CODE_TESTS=0
deps=
lockfile==0.8
mock==0.7.2
Follow ups