Skip to content

Commit

Permalink
remove temporarily added pytest-cov plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
attwad committed Jul 26, 2024
1 parent e33494e commit e7a4361
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install flake8 pytest pytest-cov mypy
python -m pip install flake8 pytest mypy
- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names
Expand All @@ -40,5 +40,3 @@ jobs:
run: mypy pythonosc examples
- name: Test with pytest
run: pytest
- name: Coverage with pytest-cov
run: pytest -cov=pythonosc

0 comments on commit e7a4361

Please sign in to comment.