[tor-commits] [sbws/master] Explain how to run tests

pastly at torproject.org pastly at torproject.org
Wed Sep 5 19:44:54 UTC 2018


commit 52d4e7d4ae9564a305cce0904a3b0920a73bbff4
Author: juga0 <juga at riseup.net>
Date:   Tue Aug 28 15:09:43 2018 +0000

    Explain how to run tests
---
 INSTALL.rst | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/INSTALL.rst b/INSTALL.rst
index 4041223..9eac885 100644
--- a/INSTALL.rst
+++ b/INSTALL.rst
@@ -62,10 +62,9 @@ To install them from ``sbws`` ::
 
     pip install .[dev] && pip install .[doc]
 
-    Because we relay on a ``-dev`` version of stem, we need to fetch it from
-    git.torproject.org. Thus ``--process-dependency-links`` is necessary.
+To run the tests::
 
-.. warning::
+    tox
 
     Run these commands one at a time and check for errors before continuing.
 





More information about the tor-commits mailing list