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 6e880f3 commit 7c97dfaCopy full SHA for 7c97dfa
src/_pytest/fixtures.py
@@ -63,9 +63,9 @@
63
from _pytest.outcomes import TEST_OUTCOME
64
from _pytest.pathlib import absolutepath
65
from _pytest.pathlib import bestrelpath
66
-from _pytest.stash import StashKey
67
from _pytest.scope import HIGH_SCOPES
68
from _pytest.scope import Scope
+from _pytest.stash import StashKey
69
70
71
if TYPE_CHECKING:
0 commit comments