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.
import importlib.util
1 parent 98b008f commit ff4c3b2Copy full SHA for ff4c3b2
src/_pytest/main.py
@@ -5,6 +5,7 @@
5
import fnmatch
6
import functools
7
import importlib
8
+import importlib.util
9
import os
10
from pathlib import Path
11
import sys
0 commit comments