summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/mailman/database/base.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mailman/database/base.py b/src/mailman/database/base.py
index 39ce017c5..41d9374f9 100644
--- a/src/mailman/database/base.py
+++ b/src/mailman/database/base.py
@@ -229,9 +229,6 @@ class StormBaseDatabase:
self.load_sql(store, contents)
# Add a marker that indicates the migration version being applied.
store.add(Version(component='schema', version=version))
- # Add a marker so that the module name can be found later. This
- # is used by the test suite to reset the database between tests.
- store.add(Version(component=version, version=module_path))
@staticmethod
def _make_temporary():