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 6c46b59

Browse filesBrowse files
committed
removed troubleshooting section, add -m to testing
1 parent c3a7acc commit 6c46b59
Copy full SHA for 6c46b59

File tree

Expand file treeCollapse file tree

2 files changed

+3
-9
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+3
-9
lines changed

‎doc/devel/development_setup.rst

Copy file name to clipboardExpand all lines: doc/devel/development_setup.rst
+1-7Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -132,10 +132,4 @@ Optional, but recommended:
132132
Python packages and must be installed separately. The documentation can be
133133
built without Inkscape and optipng, but the build process will raise various
134134
warnings. If the build process warns that you are missing fonts, make sure
135-
your LaTeX distribution bundles cm-super or install it separately.
136-
137-
Troubleshooting
138-
===============
139-
* pytest - If the test runner is failing, verify that the pytest you are using
140-
is installed in your environment using the ``which pytest`` and ``which python``
141-
commands. If the paths are not the same, install pytest in your environment.
135+
your LaTeX distribution bundles cm-super or install it separately.

‎doc/devel/testing.rst

Copy file name to clipboardExpand all lines: doc/devel/testing.rst
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,10 +258,10 @@ Run the tests
258258
^^^^^^^^^^^^^
259259
To run the all the tests on your installed version of Matplotlib::
260260

261-
pytest --pyargs matplotlib.tests
261+
python -m pytest --pyargs matplotlib.tests
262262

263263
The test discovery scope can be narrowed to single test modules or even single
264264
functions::
265265

266-
pytest --pyargs matplotlib.tests.test_simplification.py::test_clipping
266+
python -m pytest --pyargs matplotlib.tests.test_simplification.py::test_clipping
267267

0 commit comments

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