Skip to content

Commit ad68cd3

Browse files
committed
Fix relative import in tests
1 parent cddecf5 commit ad68cd3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/conftest.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
import pytest
2-
from utils import TRAC_RPC_URL
32

43
from trac_rpc.client import ApiClient
54

5+
from .utils import TRAC_RPC_URL
6+
67

78
@pytest.fixture
89
def api_client():

0 commit comments

Comments
 (0)