Skip to content

Commit e9ad6a8

Browse files
committed
Update CI-tests.yml
1 parent 4a114fb commit e9ad6a8

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/CI-tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,4 @@ jobs:
3838
3939
- name: Run Tests
4040
run: |
41-
pytest --timeout=120 --timeout_method=thread --cov=runpod --cov-report=xml --cov-report=term-missing --cov-fail-under=100 -W error -p no:cacheprovider
42-
# -p no:unraisableexception
41+
pytest --timeout=120 --timeout_method=thread --cov=runpod --cov-report=xml --cov-report=term-missing --cov-fail-under=100 -W error -p no:cacheprovider -p no:unraisableexception

0 commit comments

Comments
 (0)