Fokko opened a new pull request, #4731:
URL: https://github.com/apache/iceberg/pull/4731
I have only Python 3.9 installed locally. And for fast turnaround
I'm not super interested to test everything against each version
locally. Therefore I would suggest to skip the missing interpreters.
Otherwise I have all the red lines with the errors that python 3.7 and 3.8
failed in the terminal all the time, which makes me uncomfortable.
Before:
```
______________________________________________________________________________________________
summary
_______________________________________________________________________________________________
ERROR: py37: InterpreterNotFound: python3.7
ERROR: py38: InterpreterNotFound: python3.8
py39: commands succeeded
linters: commands succeeded
```
After:
```
______________________________________________________________________________________________
summary
_______________________________________________________________________________________________
SKIPPED: py37: InterpreterNotFound: python3.7
SKIPPED: py38: InterpreterNotFound: python3.8
py39: commands succeeded
linters: commands succeeded
congratulations :)
```
--
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]