Skip to content

Commit 03e49bd

Browse files
Move import up
1 parent 3abf938 commit 03e49bd

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tests/python/conftest.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
import sys
77
from typing import Any
88

9+
import azure_resources as az
910
import pytest
1011

1112
# Add the shared/python directory to the Python path for all tests
@@ -67,8 +68,6 @@ def _skip_az_run_retry_sleep(monkeypatch: pytest.MonkeyPatch) -> None:
6768
many tests exercise the failure path (which retries by default).
6869
"""
6970

70-
import azure_resources as az # local import: conftest path setup must run first
71-
7271
monkeypatch.setattr(az.time, 'sleep', lambda _seconds: None)
7372

7473

0 commit comments

Comments
 (0)