ci: fix imports
This commit is contained in:
@@ -15,7 +15,6 @@ import os
|
|||||||
import secrets
|
import secrets
|
||||||
|
|
||||||
# Import helpers from conftest
|
# Import helpers from conftest
|
||||||
import sys
|
|
||||||
import time
|
import time
|
||||||
from typing import AsyncGenerator
|
from typing import AsyncGenerator
|
||||||
from urllib.parse import quote
|
from urllib.parse import quote
|
||||||
@@ -23,8 +22,8 @@ from urllib.parse import quote
|
|||||||
import httpx
|
import httpx
|
||||||
import pytest
|
import pytest
|
||||||
|
|
||||||
sys.path.insert(0, os.path.dirname(os.path.dirname(__file__)))
|
# Import from the root tests/ conftest.py using relative import
|
||||||
from conftest import _handle_oauth_consent_screen
|
from ..conftest import _handle_oauth_consent_screen
|
||||||
|
|
||||||
logger = logging.getLogger(__name__)
|
logger = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user