Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove deprecated werkzeug import #35

Merged
merged 4 commits into from
Feb 19, 2020
Merged

Remove deprecated werkzeug import #35

merged 4 commits into from
Feb 19, 2020

Commits on Feb 18, 2020

  1. Remove deprecated werkzeug import

    This breaks with werkzeug 1.0. Werkzeug was previously generating this warning: DeprecationWarning: The import 'werkzeug.cached_property' is deprecated and will be removed in Werkzeug 1.0. Use 'from werkzeug.utils import cached_property' instead.
    plowman committed Feb 18, 2020
    1 Configuration menu
    Copy the full SHA
    28b315d View commit details
    Browse the repository at this point in the history
  2. Bump pytest-flask to 0.15.1

    This package also has a bug related to importing werkzeug 1.0 which they fixed in 0.15.1.
    plowman committed Feb 18, 2020
    Configuration menu
    Copy the full SHA
    d0a7178 View commit details
    Browse the repository at this point in the history
  3. Fix content type assertion

    As of werkzeug 1.0 the content-type changed to include "charset=utf-8".
    plowman committed Feb 18, 2020
    Configuration menu
    Copy the full SHA
    d723df6 View commit details
    Browse the repository at this point in the history
  4. No longer pin werkzeug to <=0.16.1

    The tests right now are broken on earlier werkzeug versions. Allow the latest werkzeug version so the tests pass.
    plowman committed Feb 18, 2020
    1 Configuration menu
    Copy the full SHA
    136999f View commit details
    Browse the repository at this point in the history