diff options
| author | Michael Vogt <mvo@ubuntu.com> | 2014-06-30 11:21:36 +0200 |
|---|---|---|
| committer | Michael Vogt <mvo@debian.org> | 2014-06-30 11:22:28 +0200 |
| commit | 9db885ce4fb06f8e154b97cd6cf4e0f09a241f54 (patch) | |
| tree | 800048e31e28f866927f74d7ff9947c6a0af8bb6 /tests/test_debfile_multiarch.py | |
| parent | 1fd7279ca39c22f9a688e404b27bc1f3aef30cc7 (diff) | |
| download | python-apt-9db885ce4fb06f8e154b97cd6cf4e0f09a241f54.tar.gz | |
make pep8 happy (again)
Diffstat (limited to 'tests/test_debfile_multiarch.py')
| -rw-r--r-- | tests/test_debfile_multiarch.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_debfile_multiarch.py b/tests/test_debfile_multiarch.py index 045daf72..f8847838 100644 --- a/tests/test_debfile_multiarch.py +++ b/tests/test_debfile_multiarch.py @@ -39,7 +39,7 @@ class TestDebfileMultiarch(unittest.TestCase): # WARNING: this assumes that lib3ds-1-3 is a non-multiarch lib # use "lib3ds-1-3" as a test to see if non-multiach lib conflicts work canary = "lib3ds-1-3" - if not canary in cache: + if canary not in cache: # TODO: use unittest.skip #logging.warning("skipping test because %s is missing" % canary) return |
