GoogleCloudPlatform / datacatalog-connectors-bi

Sample code with integration between Data Catalog and BI data sources.
Apache License 2.0
32 stars 16 forks source link

Set up Python 3.6 compatible 'tomli' versions #107

Closed ricardolsmendes closed 2 years ago

ricardolsmendes commented 2 years ago

- What I did Set up a Python 3.6 compatible version range for the tomli library, required by pytest.

- How I did it Added 'tomli ~= 1.2.2' to setup.py's tests_require section. Only the Looker connector is not compatible with Python 3.6.

- How to verify it Run the Qlik, Sisense, and Tableau unit tests using Python 3.6.

- Description for the changelog Set up a Python 3.6 compatible version range for the tomli library, required by pytest.