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 ddc1b23

Browse filesBrowse files
authored
Remove extra keyword from pytest.skip call. (#14125)
Remove extra keyword from pytest.skip call.
2 parents 79ccf53 + 980bdbe commit ddc1b23
Copy full SHA for ddc1b23

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

‎lib/matplotlib/tests/test_backend_qt.py

Copy file name to clipboardExpand all lines: lib/matplotlib/tests/test_backend_qt.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def qt_module(request):
5656
py_qt_ver = QtCore.__version_info__[0]
5757

5858
if py_qt_ver != 4:
59-
pytest.skip(reason='Qt4 is not available')
59+
pytest.skip('Qt4 is not available')
6060

6161
from matplotlib.backends.backend_qt4 import (
6262
MODIFIER_KEYS, SUPER, ALT, CTRL, SHIFT)

0 commit comments

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