Skip to content

Commit 9da1153

Browse files
NelleVQuLogic
authored andcommitted
Merge pull request #7727 from petehuang/doc-remove-nose-verbose
DOC: Fix invalid nose argument in testing.rst
1 parent 9ac3003 commit 9da1153

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/devel/testing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ a colon, e.g., (this is assuming the test is installed)::
8686
If you want to run the full test suite, but want to save wall time try
8787
running the tests in parallel::
8888

89-
python tests.py --nocapture --nose-verbose --processes=5 --process-timeout=300
89+
python tests.py --nocapture --verbose --processes=5 --process-timeout=300
9090

9191

9292
An alternative implementation that does not look at command line

0 commit comments

Comments
 (0)