Skip to content

Commit 4b1e408

Browse files
committed
The svntest framework is Python3 since many years. Update the readme to reflect
this. There is no code change in this commit, only documentation. It reflects my best knowledge at the time of writing, with no other feedback on dev@ (see [1]). * tools/dist/README.backport As above [1] https://lists.apache.org/thread/bm3sfrnolqjrd5mhy7rq8lp443kqylkm git-svn-id: https://svn.apache.org/repos/asf/subversion/trunk@1932433 13f79535-47bb-0310-9956-ffa450edef68
1 parent a99104f commit 4b1e408

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

tools/dist/README.backport

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,11 @@ backport_tests_py.py:
6060

6161
backport_tests.py:
6262
Common part of backport_tests_pl.py and backport_tests_py.py. Uses the
63-
svntest framework (../../subversion/tests/cmdline/svntest/), which is
64-
written in Python 2.
63+
svntest framework (../../subversion/tests/cmdline/svntest/).
6564

66-
Note that backport_tests.py and backport/*.py are written in different
67-
languages, so they never 'import' each other. backport_tests.py invokes
68-
detect-conflicting-backports.py, merge-approved-backports.py, and
69-
backport.pl in the same manner: through subprocess.check_call().
65+
For commonality backport_tests.py invokes detect-conflicting-backports.py,
66+
merge-approved-backports.py, and backport.pl in the same manner:
67+
through subprocess.check_call().
7068

7169
backport_tests_data/backport*.dump:
7270
Expected output files for backport_tests.py; see the BackportTest

0 commit comments

Comments
 (0)