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.
1 parent 4f90f81 commit acb3badCopy full SHA for acb3bad
python_files/vscode_pytest/__init__.py
@@ -17,6 +17,7 @@
17
if TYPE_CHECKING:
18
from pluggy import Result
19
20
+USES_PYTEST_DESCRIBE = False
21
22
with contextlib.suppress(ImportError):
23
from pytest_describe.plugin import DescribeBlock
0 commit comments