-
Notifications
You must be signed in to change notification settings - Fork 108
Open
Description
werkzeug just released 1.0.0, and the deprecated werkzeug.cached_property has been removed in favor of werkzeug.utils.cached_property.
This was addressed in October by pull request # 141, but it seems like it failed testing because the old python 3.3 and 2.6 couldn't be downloaded.
/usr/lib/python3.7/site-packages/flask_testing/__init__.py:13: in <module>
from .utils import TestCase, LiveServerTestCase
/usr/lib/python3.7/site-packages/flask_testing/utils.py:35: in <module>
from werkzeug import cached_property
E ImportError: cannot import name 'cached_property' from 'werkzeug' (/usr/lib/python3.7/site-packages/werkzeug/__init__.py)
kylessnell, lucianoviola, cmoesgaard, svenvanderburg, Fabi755 and 43 more
Metadata
Metadata
Assignees
Labels
No labels