summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAbhilash Raj2014-09-24 23:30:43 +0530
committerAbhilash Raj2014-09-24 23:30:43 +0530
commite0db04cafc3e3d357cb6ce40fcfc7b5d59c1f717 (patch)
tree8ea75d1dfdfc011090ee521954c7ccac154c8752 /src
parent7d8c36da200d87a37250d4300b50a98602130614 (diff)
downloadmailman-e0db04cafc3e3d357cb6ce40fcfc7b5d59c1f717.tar.gz
mailman-e0db04cafc3e3d357cb6ce40fcfc7b5d59c1f717.tar.zst
mailman-e0db04cafc3e3d357cb6ce40fcfc7b5d59c1f717.zip
no need to stamp the testing db
Diffstat (limited to 'src')
-rw-r--r--src/mailman/database/factory.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mailman/database/factory.py b/src/mailman/database/factory.py
index 01a1357dd..d4857866a 100644
--- a/src/mailman/database/factory.py
+++ b/src/mailman/database/factory.py
@@ -87,7 +87,6 @@ class DatabaseTestingFactory:
verifyObject(IDatabase, database)
database.initialize()
Model.metadata.create_all(database.engine)
- command.stamp(alembic_cfg, "head")
database.commit()
# Make _reset() a bound method of the database instance.
database._reset = types.MethodType(_reset, database)