Skip to content

Commit e3d9d39

Browse files
committed
Disable pytests
1 parent b85f3e6 commit e3d9d39

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

.github/workflows/ci.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -44,22 +44,22 @@ jobs:
4444
run: |
4545
pdm run mypy garminconnect --ignore-missing-imports
4646
47-
- name: Test with pytest
48-
env:
49-
GARMINTOKENS: ${{ secrets.GARMINTOKENS }}
50-
run: |
51-
# Use existing VCR cassettes for CI to avoid network calls
52-
pdm run pytest tests/ -v --tb=short --vcr-record=none
53-
continue-on-error: false
54-
55-
- name: Upload coverage reports
56-
if: matrix.python-version == '3.11'
57-
env:
58-
GARMINTOKENS: ${{ secrets.GARMINTOKENS }}
59-
run: |
60-
pdm run coverage run -m pytest -v --tb=short --vcr-record=none
61-
pdm run coverage xml
62-
continue-on-error: true
47+
# - name: Test with pytest
48+
# env:
49+
# GARMINTOKENS: ${{ secrets.GARMINTOKENS }}
50+
# run: |
51+
# # Use existing VCR cassettes for CI to avoid network calls
52+
# pdm run pytest tests/ -v --tb=short --vcr-record=none
53+
# continue-on-error: false
54+
55+
# - name: Upload coverage reports
56+
# if: matrix.python-version == '3.11'
57+
# env:
58+
# GARMINTOKENS: ${{ secrets.GARMINTOKENS }}
59+
# run: |
60+
# pdm run coverage run -m pytest -v --tb=short --vcr-record=none
61+
# pdm run coverage xml
62+
# continue-on-error: true
6363

6464
- name: Upload coverage artifact
6565
if: matrix.python-version == '3.11'

0 commit comments

Comments
 (0)