You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is an additional mode character permitted, 'U', which no longer has any effect, and is considered deprecated. It previously enabled universal newlines in text mode, which became the default behaviour in Python 3.0. Refer to the documentation of the newline parameter for further details.
To Reproduce
Steps to reproduce the behavior:
Install Python 3.11
Run python raster3d/r3.flow/testsuite/r3flow_test.py
Expected behavior
The test should not fail because of this.
Screenshots
If applicable, add screenshots to help explain your problem.
System description (please complete the following information):
Describe the bug
The raster3d/r3.flow/testsuite/r3flow_test.py fails running on Python 3.11 :
The 'U' mode has long been deprecated, Python 3.7 docs:
To Reproduce
Steps to reproduce the behavior:
python raster3d/r3.flow/testsuite/r3flow_test.py
Expected behavior
The test should not fail because of this.
Screenshots
If applicable, add screenshots to help explain your problem.
System description (please complete the following information):
Additional context
Test report is available as artifact here https://github.com/OSGeo/grass/suites/9568241766/artifacts/455907193
The text was updated successfully, but these errors were encountered: