瀏覽代碼

Mention that we require Python 2.7 or newer

rl1987 7 年之前
父節點
當前提交
d49133d9ca
共有 2 個文件被更改,包括 6 次插入2 次删除
  1. 4 0
      changes/doc27677
  2. 2 2
      doc/HACKING/WritingTests.md

+ 4 - 0
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.

+ 2 - 2
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.
    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
    3. Integration tests written in Python and shipped with the Stem
       library.  Some of these use the Tor controller protocol.
       library.  Some of these use the Tor controller protocol.