]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Mention that we require Python 2.7 or newer
authorrl1987 <rl1987@sdf.lonestar.org>
Fri, 14 Sep 2018 17:57:06 +0000 (20:57 +0300)
committerNick Mathewson <nickm@torproject.org>
Mon, 24 Sep 2018 15:25:33 +0000 (11:25 -0400)
changes/doc27677 [new file with mode: 0644]
doc/HACKING/WritingTests.md

diff --git a/changes/doc27677 b/changes/doc27677
new file mode 100644 (file)
index 0000000..136a69f
--- /dev/null
@@ -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.
index cc393494ec6f60bc26008c7ff3d936df43069dd4..05de8e0be8029ef54f00d54a93fcade1ff1f679a 100644 (file)
@@ -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.