aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/package/test_base.py')
-rw-r--r--tests/package/test_base.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/package/test_base.py b/tests/package/test_base.py
index 7c2b987f2..f189c8a29 100644
--- a/tests/package/test_base.py
+++ b/tests/package/test_base.py
@@ -29,7 +29,6 @@ class mixin:
class TestBasePkg(mixin):
-
mk_inst = kls = staticmethod(base.base)
def test_properties(self):
@@ -57,7 +56,6 @@ class TestBasePkg(mixin):
class TestWrapper(mixin):
-
kls = base.wrapper
def mk_inst(self, overrides=None, **kwds):