Yelp / mrjob

Run MapReduce jobs on Hadoop or Amazon Web Services
http://packages.python.org/mrjob/
Other
2.61k stars 587 forks source link

fix setup.py and tests so that Python 3.4 and 3.8 work #2152

Closed coyotemarin closed 4 years ago

coyotemarin commented 4 years ago

Python 3.4 needs to not install the latest version of PyYAML (3.4 has reached end-of-life; we're only keeping it around to support old AMIs)

pyspark doesn't currently support Python 3.8, so we need to not install it when testing, and we need to properly skip all the tests that depend on pyspark.

88manpreet commented 4 years ago

+1