Nuria has uploaded a new change for review. https://gerrit.wikimedia.org/r/135015
Change subject: Upgrading Alembic ...................................................................... Upgrading Alembic Prior to version 0.6.4 alembic used pyc files to run migrations. This behaviour was reported as a bug and as of 0.6.4 the flag sourceless=true needs to be added so alembic uses pyc files. By default alembic will only use py files. Bug: 64001 Change-Id: I0bdce8b234300852d539d4bdf2a65b1e14481241 --- M requirements.txt 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/analytics/wikimetrics refs/changes/15/135015/1 diff --git a/requirements.txt b/requirements.txt index ff49acc..f13f0c5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,5 +12,5 @@ PyYAML==3.10 PyJWT==0.1.6 python-dateutil==2.2 -alembic==0.6.3 +alembic==0.6.4 mock==1.0.0 -- To view, visit https://gerrit.wikimedia.org/r/135015 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I0bdce8b234300852d539d4bdf2a65b1e14481241 Gerrit-PatchSet: 1 Gerrit-Project: analytics/wikimetrics Gerrit-Branch: master Gerrit-Owner: Nuria <nu...@wikimedia.org> _______________________________________________ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits