Skip to content

Commit e7a4361

Browse files
committed
remove temporarily added pytest-cov plugin
1 parent e33494e commit e7a4361

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/python-test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Install dependencies
3030
run: |
3131
python -m pip install --upgrade pip
32-
python -m pip install flake8 pytest pytest-cov mypy
32+
python -m pip install flake8 pytest mypy
3333
- name: Lint with flake8
3434
run: |
3535
# stop the build if there are Python syntax errors or undefined names
@@ -40,5 +40,3 @@ jobs:
4040
run: mypy pythonosc examples
4141
- name: Test with pytest
4242
run: pytest
43-
- name: Coverage with pytest-cov
44-
run: pytest -cov=pythonosc

0 commit comments

Comments
 (0)