Subversion: document Syntax Warnings in tests when using Python 3.12

This commit is contained in:
Douglas R. Reno 2023-11-29 20:53:18 -06:00
parent 3c7a49c5e3
commit dd3f068f5b

View File

@ -221,7 +221,9 @@ make</userinput></screen>
To test the results, issue: <command>make check</command>. Four tests in
the <filename>commit_tests.py</filename>,
<filename>prop_tests.py</filename>, and
<filename>update_tests.py</filename> suites are known to fail.
<filename>update_tests.py</filename> suites are known to fail. Due to
changes in Python-3.12, you can expect to see around 200 Syntax Warnings
during the test suite due to invalid escape sequences.
</para>
<para>