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

Support python 3.7 and 3.8 in travis CI #493

Merged

Commits on Jun 1, 2020

  1. Support python 3.7 and 3.8 in tests and travis CI

    Some changes in tests were needed to make them pass:
    - `issubclass(w[0].category, DeprecationWarning)` - previous version
    breaks on python 3.7 executed with PYTHONASYNCIODEBUG=1
    - `disable_gc` fixture - I can only suspect that in p3.7 and p3.8
    the connection object was automatically garbage collected before the
    `gc.collect()` was invoked.
    - curosor `async for` usage was incorrect
    MateuszCzubak committed Jun 1, 2020
    Configuration menu
    Copy the full SHA
    e4cba8f View commit details
    Browse the repository at this point in the history