datadotworld / data.world-py

Python package for data.world
https://data.world/integrations/python
Apache License 2.0
102 stars 28 forks source link

Fixing broken unit tests #112

Closed laconc closed 5 years ago

laconc commented 5 years ago

Resolves #111 by explicitly setting the encoding when it's missing.

Also resolves #110 by moving flake8 to dev dependencies.

Dropping support for Python 3.4 as it's deprecated and adding support for 3.7.

Updating the datapackage-related dependencies.

But that's not all! Through serendipity, it also resolves #97.