Make fake_fedorainfra support newer versions of Flask-WTF
ClosedPublic

Authored by nanonyme on Jul 3 2014, 7:26 PM.

Details

Summary

Flask-WTF version 0.9.0 no longer imports wtforms so fake_fedorainfa
needs to import certain fields and validators directly from wtforms

Test Plan

All tests pass with original Flask-WTF 0.8.0 and current latest
0.9.5

Diff Detail

Repository
rFAKE fake_fedorainfra
Lint
Lint Skipped
Unit
Unit Tests Skipped
nanonyme retitled this revision from to Make fake_fedorainfra support newer versions of Flask-WTF.Jul 3 2014, 7:26 PM
nanonyme updated this object.
nanonyme edited the test plan for this revision. (Show Details)

Locally tested with both 0.8.0 and 0.9.5

tflink accepted this revision.Jul 3 2014, 7:31 PM
tflink added a reviewer: tflink.

Overall, looks good to me. Just two small requests while the requirements.txt file is being changed but it doesn't need re-review for those tiny changes

requirements.txt
2

can you change this to >=0.9

5

same here, could you chang ehtis to >= 0.16?

This revision is now accepted and ready to land.Jul 3 2014, 7:31 PM
nanonyme updated this revision to Diff 523.Jul 3 2014, 7:42 PM
  • Release version locks for Flask and Flask-SQLAlchemy
nanonyme closed this revision.Jul 3 2014, 8:09 PM
nanonyme updated this revision to Diff 525.

Closed by commit rFAKE11dc10329195 (authored by @nanonyme).

nanonyme closed this revision.Jul 3 2014, 8:09 PM
nanonyme updated this revision to Diff 524.

Closed by commit rFAKEdf27657125f4 (authored by @nanonyme).