awslabs / amazon-emr-cli

A command-line interface for packaging, deploying, and running your EMR Serverless Spark jobs
Apache License 2.0
35 stars 12 forks source link

Fix Python3.7 breakage #33

Closed dacort closed 10 months ago

dacort commented 10 months ago

Python3.7 doesn't have importlib.metadata so we have to handle that.

In addition, add an extra test to make sure the CLI actually runs!