nchammas / flintrock

A command-line tool for launching Apache Spark clusters.
Apache License 2.0
636 stars 116 forks source link

Updated PyYaml dependency #268

Closed Maldus512 closed 5 years ago

Maldus512 commented 5 years ago

bumped up PyYaml version to version 3.13, which works under Python 3.7.0

This PR makes the following changes:

I tested this PR by installing the resulting package and running some basic usage (launch, destroy, login, copy-file).

Fixes #267.

nchammas commented 5 years ago

This PR doesn't fix #258 because we still want to separately add Python 3.7 to the Travis CI build. Please update the PR description accordingly.

nchammas commented 5 years ago

Thanks @Maldus512!