dbcli / mssql-cli

A command-line client for SQL Server with auto-completion and syntax highlighting
BSD 3-Clause "New" or "Revised" License
1.36k stars 191 forks source link

Support Python 3.8 #343

Closed ellbosch closed 4 years ago

ellbosch commented 4 years ago

To-do items include:

Mentioned warning below:

env37/lib/python3.7/site-packages/cli_helpers/packages/tabulate.py:6
  /Users/ellbosch/Repos/mssql-cli/env37/lib/python3.7/site-packages/cli_helpers/packages/tabulate.py:6: 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 namedtuple, Iterable

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