Skip to content

Commit 1d302c5

Browse files
authored
fix pytest plugins
1 parent 8f9ebd4 commit 1d302c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: |
2323
python -m pip install --upgrade pip wheel
2424
pip install -r CI_REQUIREMENTS.txt
25-
pip install --upgrade asynctest mock pytest pytest-mock pytest-asyncio pytest-sugar
25+
pip install --upgrade asynctest mock pytest pytest-mock pytest-asyncio pytest-sugar pytest-cov
2626
- name: Build package and install develop
2727
run: |
2828
python setup.py develop -v

0 commit comments

Comments
 (0)