Closed jmcarp closed 6 years ago
WDYT @jamesturk ? Am I missing a migration or something?
Yep, generating this is a little tricky but you should be able to do something like
django-admin --settings=pupa.settings makemigrations
On Wed, Jun 13, 2018 at 11:32 PM, Joshua Carp notifications@github.com wrote:
WDYT @jamesturk https://github.com/jamesturk ? Am I missing a migration or something?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/opencivicdata/python-opencivicdata/pull/118#issuecomment-397159410, or mute the thread https://github.com/notifications/unsubscribe-auth/AAAfYlJJOhVM1GdtzXlc1J7O1c5ff4oSks5t8dlTgaJpZM4UlhZE .
@jamesturk: not sure why tests are failing now, but it looks unrelated to this change--apparently we're installing an older version of pytest that conflicts with pytest-django, but I'm not sure why. Any chance travis is caching dependencies?
I think the pre-installed py.test just wasn't being upgraded, I pinned the requirement to the latest pytest for now