ARMmbed / icetea

DEPRECATED mbed test framework
Apache License 2.0
6 stars 7 forks source link

Allow newer prettytable with newer python #115

Closed Patater closed 3 years ago

Patater commented 3 years ago

This helps to allow icetea fit into the same Python environment as mbed-os-tools or mbed-os.

pkg_resources.ContextualVersionConflict: (prettytable 0.7.2 (/usr/local/lib/python3.8/dist-packages), Requirement.parse('prettytable<3.0,>=2.0; python_version >= "3.6"'), {'mbed-os-tools'})

Fixes #114

Patater commented 3 years ago

Closing as this project is deprecated and archived, with no new releases