summaryrefslogtreecommitdiffhomepage
path: root/tests/component/rpm/test_pq_rpm.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/component/rpm/test_pq_rpm.py')
-rw-r--r--tests/component/rpm/test_pq_rpm.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/component/rpm/test_pq_rpm.py b/tests/component/rpm/test_pq_rpm.py
index f0dac8db..0ebaaa22 100644
--- a/tests/component/rpm/test_pq_rpm.py
+++ b/tests/component/rpm/test_pq_rpm.py
@@ -147,7 +147,6 @@ class TestPqRpm(RpmRepoTestBase):
def test_switch(self):
"""Basic test for switch action"""
repo = self.init_test_repo('gbp-test')
- pkg_files = repo.list_files()
branches = repo.get_local_branches() + ['patch-queue/master']
# Switch to non-existent pq-branch should create one
eq_(mock_pq(['switch']), 0)