Merge lp:~aaron-whitehouse/duplicity/disable_code_tests_for_lpbuildd into lp:~duplicity-team/duplicity/0.7-series

Proposed by Aaron Whitehouse
Status: Merged
Merged at revision: 1122
Proposed branch: lp:~aaron-whitehouse/duplicity/disable_code_tests_for_lpbuildd
Merge into: lp:~duplicity-team/duplicity/0.7-series
Diff against target: 28 lines (+5/-3)
2 files modified
po/duplicity.pot (+1/-1)
tox.ini (+4/-2)
To merge this branch: bzr merge lp:~aaron-whitehouse/duplicity/disable_code_tests_for_lpbuildd
Reviewer Review Type Date Requested Status
duplicity-team Pending
Review via email: mp+266895@code.launchpad.net

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.

Description of the change

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.

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'po/duplicity.pot'
2--- po/duplicity.pot 2015-08-04 13:19:29 +0000
3+++ po/duplicity.pot 2015-08-04 15:08:04 +0000
4@@ -8,7 +8,7 @@
5 msgstr ""
6 "Project-Id-Version: PACKAGE VERSION\n"
7 "Report-Msgid-Bugs-To: Kenneth Loafman <kenneth@loafman.com>\n"
8-"POT-Creation-Date: 2015-08-02 06:35-0500\n"
9+"POT-Creation-Date: 2015-08-04 15:41+0100\n"
10 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
11 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
12 "Language-Team: LANGUAGE <LL@li.org>\n"
13
14=== modified file 'tox.ini'
15--- tox.ini 2015-08-04 10:20:31 +0000
16+++ tox.ini 2015-08-04 15:08:04 +0000
17@@ -1,7 +1,9 @@
18 [tox]
19-envlist=py26,py27,lpbuildd
20+envlist=py26,py27,lpbuildd-precise
21
22-[testenv:lpbuildd]
23+[testenv:lpbuildd-precise]
24+setenv=
25+ RUN_CODE_TESTS=0
26 deps=
27 lockfile==0.8
28 mock==0.7.2

Subscribers

People subscribed via source and target branches