nchammas / flintrock

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

Upgrade PyInstaller + mark tests that require AWS credentials #214

Closed nchammas closed 6 years ago

nchammas commented 6 years ago

PyInstaller was the only thing that was holding me back from adding the Python 3.6 classifier (Flintrock otherwise worked with Python 3.6 just fine). That should be fixed now.

This PR also marks the tests that require AWS credentials and makes it easier to skip or include them as desired.