Skip to content
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.

Remaining changes required to get the app running on Heroku. #147

Closed
wants to merge 10 commits into from

Conversation

pmclanahan
Copy link

Mostly this is for safe keeping and needs some cleaning, but if a bit of review happened I wouldn't be sad.

@jgmize
Copy link

jgmize commented Aug 19, 2015

It looks like redis is currently required for the tests to pass, but it was moved to requirements/prod.txt, which travis doesn't currently install.

@jgmize
Copy link

jgmize commented Aug 19, 2015

It looks like redis is currently required for the tests to pass, but it was moved to requirements/prod.txt, which travis doesn't currently install.

I think this is an indication that we should use a mock EmailAddress in https://github.com/mozilla/basket/blob/master/news/tests/test_email.py#L30-L39 instead of importing flanker, and we should also either make redis an explicit dependency even in dev or change it to use a different driver in dev.

@pmclanahan
Copy link
Author

Bah! We're not even using flanker now because of too many false negatives. I think the best thing for now is to remove it completely and revisit email address verification later.

Includes up-to-date data, so we no longer need it in the repo.
@pmclanahan
Copy link
Author

Closing this in favor of docker-style, which will be based on this work.

@pmclanahan pmclanahan closed this Oct 13, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants