Created attachment 180756 [details] output of 'make test' textproc/py-wtforms currently uses databases/py-sqlachemy08 as a test dependency, but this version is unsupported upstream and scheduled for removal on 2017-04-01. Adjust wtforms to use py-sqlalchemy10 instead. 'make test' succeeds, see attachment.
Created attachment 180757 [details] patch to update sqlalchemy dependency
Thanks, I'll check how it's going with 1.0. Give me couple of days.
Any news?
Oh, forgot(. Will do today. Sorry.
Ping? I'd like to commit the patch coming Friday to be able to clean up the old SQL Alchemy versions before 2017q2
A commit references this bug: Author: rm Date: Tue Mar 28 20:16:02 UTC 2017 New revision: 437155 URL: https://svnweb.freebsd.org/changeset/ports/437155 Log: textproc/py-wtforms: bump sqlalchemy dependency wtforms works fine sqlalchemy 1.0, so switch the port to it to get rid of sqlalchemy < 1.x. PR: 217734 Submitted by: rene Changes: head/textproc/py-wtforms/Makefile
Committed, thank you! Sorry for delay. I needed to test wtforms with real application that is using sqlalchemy. Everything seems to work fine.