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.
Instance
1 parent dd5ae0c commit cada6c1Copy full SHA for cada6c1
testing/deprecated_test.py
@@ -272,7 +272,7 @@ def test_importing_instance_is_deprecated(pytester: Pytester) -> None:
272
pytest.PytestDeprecationWarning,
273
match=re.escape("The pytest.Instance collector type is deprecated"),
274
):
275
- pytest.Instance
+ pytest.Instance # type:ignore[attr-defined]
276
277
with pytest.warns(
278
0 commit comments