Skip to content

Add python 3.7 to nox testing and to setup.py #47

@jtmiclat

Description

@jtmiclat

Add pythjon 3.7 to nox testing and to setup.py

Caveat. Flask running in python 3.7 emits a warning message

.nox/tests-3-7/lib/python3.7/site-packages/jinja2/utils.py:485
  /app/.nox/tests-3-7/lib/python3.7/site-packages/jinja2/utils.py:485: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
    from collections import MutableMapping

.nox/tests-3-7/lib/python3.7/site-packages/jinja2/runtime.py:318
  /app/.nox/tests-3-7/lib/python3.7/site-packages/jinja2/runtime.py:318: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
    from collections import Mapping

-- Docs: https://docs.pytest.org/en/latest/warnings.html

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions