summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/test_debfile.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/test_debfile.py b/tests/test_debfile.py
index 56410153..70979689 100644
--- a/tests/test_debfile.py
+++ b/tests/test_debfile.py
@@ -88,11 +88,6 @@ class TestDebfilee(unittest.TestCase):
"Samuel Lidén Borell <samuel@slbdata.se>")
def test_content(self):
- # no python-debian for python3 yet, so fail gracefully
- try:
- import debian
- except ImportError:
- return
# normal
deb = apt.debfile.DebPackage(cache=self.cache)
deb.open(os.path.join("data", "test_debs", "gdebi-test11.deb"))