-
Notifications
You must be signed in to change notification settings - Fork 430
Conversation
Looks like the django tests are hurting me. I'll rebase once the django fix (#350) is in. |
ee560ee
to
538dd8f
Compare
Sigh, failing for different reasons now, I'm going to have to modify the |
538dd8f
to
1d4fd27
Compare
@jonparrott I killed the build I'll try to restart it once #378 is merged and tests have run there. |
@dhermes 😢 I definitely wasn't waiting on that for the last hour or anything. I'll just continue my crusade against httplib2. |
Haha it seems Travis is batching us to one job at a time so hopefully yours will be the one and only and will start right up. |
@jonparrott #378 has finally been merged (tests ran at 7:45am Pacific today, 18 or so hours after being created, oy). You should rebase so that your tests don't fail on Python 2.6 (I can restart the original build if you want, but it was going to fail on Python 2.6) |
* DictionaryStorage - implements an optionally-locked storage over a dictionary-like object. * Moved optional locking logic into `Storage`, previously this has been duplicated in subclasses. * Removed `flask_util.FlaskSessionStorage` and replaced it with `DictionaryStorage`.
1d4fd27
to
5d80aae
Compare
Rebased. Waiting on Travis. |
Don't review yet. I'm breaking this up into smaller changes. |
Yay! |
Storage
, previously this has been duplicated in subclasses.flask_util.FlaskSessionStorage
and replaced it withDictionaryStorage
.