Skip to content

Commit 8375a7c

Browse files
committed
fix: update pytest command to ignore agents tests and remove pytest.ini configuration
1 parent 102c3c0 commit 8375a7c

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/python_package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ 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/
47+
run: pytest tests --ignore=tests/agents
4848
- name: Install package with agents requirements
4949
run: |
5050
python -m pip install .[agents]

pytest.ini

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)