aws / sagemaker-spark

A Spark library for Amazon SageMaker.
https://aws.github.io/sagemaker-spark/
Apache License 2.0
300 stars 128 forks source link

remove use of `setup_requires` #122

Closed GeeCastro closed 4 years ago

GeeCastro commented 4 years ago

Please fill out the form below.

System Information

Describe the problem

setup_requires and tests_require are deprecated. Do not use them in setup.py. See deprecation warning from early 2019 https://pypi.org/project/pytest-runner/

laurenyu commented 4 years ago

thanks for bringing this to our attention. I've opened a PR to address this: #125