summaryrefslogtreecommitdiff
path: root/src/mailman/database/base.py
diff options
context:
space:
mode:
authorBarry Warsaw2012-07-25 18:15:44 -0400
committerBarry Warsaw2012-07-25 18:15:44 -0400
commit26bd306b3dbca3cda0ba8eb2e34e2b1261902a6e (patch)
tree7478786121cbd97e55043aaca0972a2b525d406e /src/mailman/database/base.py
parent12187fe587cfaa0618845c7cccc2cbb85482c1af (diff)
downloadmailman-26bd306b3dbca3cda0ba8eb2e34e2b1261902a6e.tar.gz
mailman-26bd306b3dbca3cda0ba8eb2e34e2b1261902a6e.tar.zst
mailman-26bd306b3dbca3cda0ba8eb2e34e2b1261902a6e.zip
Diffstat (limited to 'src/mailman/database/base.py')
-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():