# Pastebin IxNLzGIU ImportError while importing test module '/code/critiquebrainz/ws/user/test/views_test.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: critiquebrainz/ws/user/test/views_test.py:3: in from critiquebrainz.ws.testing import WebServiceTestCase critiquebrainz/ws/testing.py:3: in from flask_testing import TestCase /usr/local/lib/python3.8/site-packages/flask_testing/__init__.py:13: in from .utils import TestCase, LiveServerTestCase /usr/local/lib/python3.8/site-packages/flask_testing/utils.py:38: in from flask import json_available, templating, template_rendered E ImportError: cannot import name 'json_available' from 'flask' (/usr/local/lib/python3.8/site-packages/flask/__init__.py)