Skip to content

Commit 8bd0ef4

Browse files
committed
ci: remove --timeout flag (pytest-timeout not universal)
1 parent 24e3a35 commit 8bd0ef4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Run tests
2323
run: |
2424
if [ -d tests ]; then
25-
python -m pytest tests/ -q --tb=short --timeout=120
25+
python -m pytest tests/ -q --tb=short
2626
else
2727
echo "No tests directory — skipping"
2828
fi

0 commit comments

Comments
 (0)