8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pytest.skip(msg=
pytest.skip(reason=
1 parent 91a41ad commit 016450cCopy full SHA for 016450c
tests/test_visitor.py
@@ -50,7 +50,7 @@ def test_visitor_with_jedi_visit_method(
50
51
def test_classvisitor_importerror():
52
if has_jedi:
53
- pytest.skip(msg="Requires that jedi isn't installed")
+ pytest.skip(reason="Requires that jedi isn't installed")
54
55
with pytest.raises(
56
ImportError, match="This class requires 'jedi' to be installed but it could not be imported."
0 commit comments