[tor-commits] [stem/master] Update FAQ to normalize the expectation of 'SKIPPED ... InterpreterNotFound' lines

atagar at torproject.org atagar at torproject.org
Tue Jul 24 19:33:03 UTC 2018


commit 16f558fc2a6560ed38985864afb0995d18af0536
Author: Dave Rolek <dmr-x at riseup.net>
Date:   Mon Jul 23 22:39:46 2018 +0000

    Update FAQ to normalize the expectation of 'SKIPPED ... InterpreterNotFound' lines
---
 docs/faq.rst | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/docs/faq.rst b/docs/faq.rst
index 958e5cf4..4a555d02 100644
--- a/docs/faq.rst
+++ b/docs/faq.rst
@@ -561,8 +561,17 @@ can be as simple as...
   ~/stem$ tox
   ...
   ____ summary _____
+  SKIPPED:  py26: InterpreterNotFound: python2.6
     py27: commands succeeded
+  SKIPPED:  py32: InterpreterNotFound: python3.2
     py33: commands succeeded
+  SKIPPED:  py34: InterpreterNotFound: python3.4
+  SKIPPED:  py35: InterpreterNotFound: python3.5
+  SKIPPED:  py36: InterpreterNotFound: python3.6
+  SKIPPED:  py37: InterpreterNotFound: python3.7
+  SKIPPED:  jython: InterpreterNotFound: jython
+  SKIPPED:  pypy: InterpreterNotFound: pypy
+    congratulations :)
 
 Tox fetches Stem's dependencies for each version of python. One of these
 dependencies is pycrypto which requires **python-dev** (or **python3-dev** if





More information about the tor-commits mailing list