Skip to content

Commit 54e44d3

Browse files
add marker
1 parent ac34cd5 commit 54e44d3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

python/pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,7 @@ check = ["check-packages", "samples-lint", "samples-syntax", "test", "markdown-c
239239
[tool.poe.tasks.all-tests-cov]
240240
cmd = """
241241
pytest --import-mode=importlib
242+
-m "not integration"
242243
--cov=agent_framework
243244
--cov=agent_framework_core
244245
--cov=agent_framework_a2a
@@ -266,6 +267,7 @@ pytest --import-mode=importlib
266267
[tool.poe.tasks.all-tests]
267268
cmd = """
268269
pytest --import-mode=importlib
270+
-m "not integration"
269271
--ignore-glob=packages/lab/**
270272
--ignore-glob=packages/devui/**
271273
-rs

0 commit comments

Comments
 (0)