]> git.arvados.org - arvados.git/commit
Update docstring tests for Py3.13
authorBrett Smith <brett.smith@curii.com>
Tue, 8 Oct 2024 14:46:23 +0000 (10:46 -0400)
committerBrett Smith <brett.smith@curii.com>
Tue, 8 Oct 2024 14:48:25 +0000 (10:48 -0400)
commit11f5b511201a94b9b7cc4a1bfccc8b75a0dfed5a
tree2b8748b5771d2a7d6763b78d4ab18092618d5cfa
parent9cb3284ca1deb7a4336a7936ea01a36c6b44e0a0
Update docstring tests for Py3.13

Python 3.13 stores docstrings with all their common leading whitespace
stripped, for space savings. Update test regexps to account for this
possibility. No issue #

Arvados-DCO-1.1-Signed-off-by: Brett Smith <brett.smith@curii.com>
sdk/python/tests/test_internal.py