adutra commented on code in PR #846: URL: https://github.com/apache/polaris/pull/846#discussion_r1925906915
########## regtests/README.md: ########## @@ -134,13 +211,13 @@ $ docker run --rm \ Tests rely on Python 3.8 or higher. `pyenv` can be used to install a current version and mapped to the local directory by using -```bash +```shell pyenv install 3.8 pyenv local 3.8 ``` Once you've done that, you can run `setup.sh` to generate a python virtual environment (installed at `~/polaris-venv`) -and download all of the test dependencies into it. From here, `run.sh` will be able to execute any pytest present. Review Comment: IntelliJ says it's incorrect: <img width="364" alt="image" src="https://github.com/user-attachments/assets/00cf27ec-edf9-4cd6-8ace-505464365cd7" /> -- 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]
