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 8137ef0 commit c896b7bCopy full SHA for c896b7b
tests/unit/conftest.py
@@ -8,7 +8,7 @@
8
9
10
@pytest.fixture(autouse=True, scope="session")
11
-def apply_runtime_patches() -> None:
+def apply_patches() -> None:
12
"""Apply runtime patches once before any tests run."""
13
from deepnote_toolkit.runtime_patches import apply_runtime_patches
14
0 commit comments