small update in init (#189)

This commit is contained in:
Eduard van Valkenburg
2025-07-15 17:09:32 +02:00
committed by GitHub
Unverified
parent c30d726914
commit 2e6f6a4008
9 changed files with 373 additions and 122 deletions
@@ -1,18 +1,6 @@
# Copyright (c) Microsoft. All rights reserved.
from pytest import mark
@mark.xfail(reason="Not solved")
def test_openai():
try:
from agent_framework.openai import __version__
except ImportError:
__version__ = None
assert __version__ is not None
@mark.xfail(reason="Not solved")
def test_azure():
try:
from agent_framework.azure import __version__