overholt icon indicating copy to clipboard operation
overholt copied to clipboard

python3 & update packages to latest

Open RedCraig opened this issue 8 years ago • 1 comments

  • Updated test factories to use factory.alchemy.SQLAlchemyModelFactory
  • Added orm scoped session for db connections
  • Updated packages to latest
  • is_authenticated is not callable any more
  • updating to python 3 print()
  • updating wtforms imports. TextField is now StringField and Required is now DataRequired
  • fix for SQLAlchemy error TypeError: unhashable type: 'Role'
  • Added @factory.post_generation hook for roles generation when a user is created
  • Secret key utf8 encoded to match FlaskTestCaseMixin hmacs version

Updating to latest packages had last been done in #23, which I wish I had checked before updating myself!

RedCraig avatar Jun 09 '16 09:06 RedCraig

@mattupstate Wercker fails in the build image step with: 2016/06/09 09:52:38 Could not reach any registry endpoint

RedCraig avatar Jun 09 '16 10:06 RedCraig