Shopify / shopify_python

Python development standards at Shopify
MIT License
65 stars 13 forks source link

Gate typing dependency #112

Closed DabbyNdubisi closed 4 years ago

DabbyNdubisi commented 4 years ago

The typing package became a part of the python library since Python 3.5, but was provisional up until 3.7. This PR gates the typing package to only be installed for python versions < 3.5.

As an aside, the tests were failing due to a change in an unpinned package dependency astroid. This PR also pins the astroid version to the last version that was passing tests.