diff options
| author | Abhilash Raj | 2014-09-24 23:30:43 +0530 |
|---|---|---|
| committer | Abhilash Raj | 2014-09-24 23:30:43 +0530 |
| commit | e0db04cafc3e3d357cb6ce40fcfc7b5d59c1f717 (patch) | |
| tree | 8ea75d1dfdfc011090ee521954c7ccac154c8752 /src | |
| parent | 7d8c36da200d87a37250d4300b50a98602130614 (diff) | |
| download | mailman-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.py | 1 |
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) |
