Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c676432

Browse filesBrowse files
authored
Merge pull request matplotlib#7727 from petehuang/doc-remove-nose-verbose
DOC: Fix invalid nose argument in testing.rst
2 parents 494dc09 + 8be0275 commit c676432
Copy full SHA for c676432

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎doc/devel/testing.rst

Copy file name to clipboardExpand all lines: doc/devel/testing.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ a colon, e.g., (this is assuming the test is installed)::
8585
If you want to run the full test suite, but want to save wall time try
8686
running the tests in parallel::
8787

88-
python tests.py --nocapture --nose-verbose --processes=5 --process-timeout=300
88+
python tests.py --nocapture --verbose --processes=5 --process-timeout=300
8989

9090

9191
An alternative implementation that does not look at command line

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.