Skip to content

Commit eee3c21

Browse files
committed
fixed pipeline tests
1 parent 0a67acd commit eee3c21

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/python_package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@ jobs:
4444
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
4545
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
4646
- name: Test with pytest
47-
run: pytest tests --ignore=tests/agents
47+
run: pytest tests --ignore=tests/agents --ignore=tests/mcp/tools
4848
- name: Install package with agents requirements
4949
run: |
5050
python -m pip install .[agents]
5151
- name: Test agents with pytest
52-
run: pytest tests/agents
52+
run: pytest tests/agents tests/mcp/tools
5353
security:
5454
name: Security Check
5555
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)