Skip to content

Commit

Permalink
fix broken pytest_plugin in one of the CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Zsailer committed Sep 12, 2022
1 parent 677a556 commit 49f8240
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
- name: Run the tests on pypy and windows
if: ${{ startsWith(matrix.python-version, 'pypy') || startsWith(matrix.os, 'windows') }}
run: |
python -m pytest -vv || python -m pytest -vv --lf
python -m pytest --pyargs jupyter_client -vv || python -m pytest -vv --lf
- name: Code coverage
run: codecov
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ test = [
"pytest-asyncio>=0.18",
"pytest-cov",
"pytest-timeout",
"jupyter_events>=0.5.0"
"jupyter_events[test]"
]
doc = [
"ipykernel",
Expand Down

0 comments on commit 49f8240

Please sign in to comment.