You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 10, 2020. It is now read-only.
I am trying to build the package for Fedora, and I get an error when running tests:
ImportError while importing test module '/builddir/build/BUILD/Flask-Script-2.0.5/tests.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
tests.py:8: in <module>
from flask.ext.script._compat import StringIO, text_type
E ImportError: No module named ext.script._compat
I would rather the fix gets released than disabling tests or building from commit.
The text was updated successfully, but these errors were encountered:
While the maintainers are willing to merge PR's, they are not actively developing features. As of Flask 0.11, Flask includes a built-in CLI tool, and that may fit your needs better.
Will there be a release with the fix for
flask.ext.script
import error?I am trying to build the package for Fedora, and I get an error when running tests:
I would rather the fix gets released than disabling tests or building from commit.
The text was updated successfully, but these errors were encountered: