[tor-commits] [tor/master] Mention that we require Python 2.7 or newer

nickm at torproject.org nickm at torproject.org
Mon Sep 24 15:25:45 UTC 2018


commit d49133d9ca23a86a8fecb848022a16c006223721
Author: rl1987 <rl1987 at sdf.lonestar.org>
Date:   Fri Sep 14 20:57:06 2018 +0300

    Mention that we require Python 2.7 or newer
---
 changes/doc27677            | 4 ++++
 doc/HACKING/WritingTests.md | 4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/changes/doc27677 b/changes/doc27677
new file mode 100644
index 000000000..136a69fb3
--- /dev/null
+++ b/changes/doc27677
@@ -0,0 +1,4 @@
+  o Documentation:
+    - Mention that we require Python to be 2.7 or newer for
+      integration tests that we ship with Tor. Resolves ticket
+      27677.
diff --git a/doc/HACKING/WritingTests.md b/doc/HACKING/WritingTests.md
index cc393494e..05de8e0be 100644
--- a/doc/HACKING/WritingTests.md
+++ b/doc/HACKING/WritingTests.md
@@ -7,8 +7,8 @@ keep from introducing bugs.  The major ones are:
 
    1. Unit tests written in C and shipped with the Tor distribution.
 
-   2. Integration tests written in Python and shipped with the Tor
-      distribution.
+   2. Integration tests written in Python 2 (>= 2.7) or Python 3
+      (>= 3.1) and shipped with the Tor distribution.
 
    3. Integration tests written in Python and shipped with the Stem
       library.  Some of these use the Tor controller protocol.





More information about the tor-commits mailing list