summaryrefslogtreecommitdiff
path: root/tests/vmtests/test_python_apt.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/vmtests/test_python_apt.py')
-rw-r--r--tests/vmtests/test_python_apt.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/vmtests/test_python_apt.py b/tests/vmtests/test_python_apt.py
index ed2e007e..1542275e 100644
--- a/tests/vmtests/test_python_apt.py
+++ b/tests/vmtests/test_python_apt.py
@@ -35,4 +35,8 @@ class JammyTestPythonApt(relbase.jammy, TestPythonApt):
__test__ = True
+class ManticTestPythonApt(relbase.mantic, TestPythonApt):
+ __test__ = True
+
+
# vi: ts=4 expandtab syntax=python