Merge ~xnox/germinate:pep8-clean into germinate:master

Proposed by Dimitri John Ledkov
Status: Merged
Merged at revision: c5f4cade310a64b4aa9fdf902400cdad0cca4b07
Proposed branch: ~xnox/germinate:pep8-clean
Merge into: germinate:master
Diff against target: 13 lines (+2/-2)
1 file modified
setup.py (+2/-2)
Reviewer Review Type Date Requested Status
Colin Watson Approve
Review via email: mp+377093@code.launchpad.net

Commit message

Make setup.py pep8-clean, noticed by cdimage tests.

Description of the change

Make setup.py pep8-clean, noticed by cdimage tests.

To post a comment you must log in.
Revision history for this message
Colin Watson (cjwatson) wrote :

I mean, you should be using run-tests in a local branch of cdimage where germinate isn't also checked out so that it doesn't randomly run over other projects. But sure, this is fine.

Revision history for this message
Colin Watson (cjwatson) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/setup.py b/setup.py
2index b26ba49..2915ceb 100755
3--- a/setup.py
4+++ b/setup.py
5@@ -66,6 +66,6 @@ setup(
6 },
7 test_suite='germinate.tests',
8 # python-apt doesn't build an egg, so we can't use this.
9- #install_requires=['apt>=0.7.93'],
10- #tests_require=['apt>=0.7.93'],
11+ # install_requires=['apt>=0.7.93'],
12+ # tests_require=['apt>=0.7.93'],
13 )

Subscribers

People subscribed via source and target branches