samredai opened a new pull request #4022: URL: https://github.com/apache/iceberg/pull/4022
We have tox setup to run tests for python 3.7, 3.8, and 3.9 but most people rarely have so many versions of python installed locally, let alone these specific versions. This adds a `.python-version` file which, after doing a `pip3 install tox-pyenv` is automatically picked up by tox. This will let tox create a virtual environment using pyenv for each version that needs to be tested when you run `tox`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
