Skip to content
This repository was archived by the owner on Apr 14, 2026. It is now read-only.

Commit e7f78a8

Browse files
committed
fix flags
1 parent df24a3f commit e7f78a8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/test.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,11 @@ jobs:
2222
python -m pip install --upgrade pip
2323
pip install -r requirements.txt
2424
pip install -r requirements-dev.txt
25+
pip install pytest-timeout
2526
2627
- name: Run pytest
2728
env:
2829
DRPC_KEY: ${{ secrets.DRPC_KEY }}
2930
GRAPH_API_KEY: ${{ secrets.GRAPH_API_KEY }}
3031
run: |
31-
pytest --vv -s --tb=short --timeout=300
32+
pytest -v -s --timeout=300

0 commit comments

Comments
 (0)