GithubHelp home page GithubHelp logo

wtforms-sqlalchemy's People

Contributors

brookskindle avatar davidism avatar mlenzen avatar msouth avatar openbrian avatar pawl avatar thivolle-cazat-cedric avatar tshirtman avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Forkers

msouth

wtforms-sqlalchemy's Issues

WTForms 1.0.5 doesn't work with Python 3.8

The tests specify testing against WTForms 1.0.5 which breaks in Python 3.8.

https://travis-ci.org/mlenzen/wtforms-sqlalchemy/builds/630103264

ERROR: tests (unittest.loader._FailedTest)
----------------------------------------------------------------------
ImportError: Failed to import test module: tests
Traceback (most recent call last):
  File "/opt/python/3.8.0/lib/python3.8/unittest/loader.py", line 154, in loadTestsFromName
    module = __import__(module_name)
  File "/home/travis/build/mlenzen/wtforms-sqlalchemy/tests/tests.py", line 13, in <module>
    from wtforms.compat import text_type, iteritems
  File "/home/travis/virtualenv/python3.8.0/lib/python3.8/site-packages/wtforms/__init__.py", line 11, in <module>
    from wtforms import validators, widgets
  File "/home/travis/virtualenv/python3.8.0/lib/python3.8/site-packages/wtforms/widgets/__init__.py", line 1, in <module>
    from wtforms.widgets.core import *
  File "/home/travis/virtualenv/python3.8.0/lib/python3.8/site-packages/wtforms/widgets/core.py", line 3, in <module>
    from cgi import escape
ImportError: cannot import name 'escape' from 'cgi' (/opt/python/3.8.0/lib/python3.8/cgi.py)

Options are:

  • drop support for WTForms 1.0.5 (released in 2013)
  • exclude the bad jobs
  • enumerate all options in the testing matrix

See: https://docs.travis-ci.com/user/build-matrix/

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.