We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6350b0 commit 62025bcCopy full SHA for 62025bc
.github/workflows/main.yml
@@ -76,7 +76,7 @@ jobs:
76
- name: Run the tests on pypy and windows
77
if: ${{ startsWith(matrix.python-version, 'pypy') || startsWith(matrix.os, 'windows') }}
78
run: |
79
- python -m pytest -vv || python -m pytest -vv --lf
+ python -m pytest --pyargs jupyter_client -vv || python -m pytest -vv --lf
80
81
- name: Code coverage
82
run: codecov
pyproject.toml
@@ -60,7 +60,7 @@ test = [
60
"pytest-asyncio>=0.18",
61
"pytest-cov",
62
"pytest-timeout",
63
- "jupyter_events>=0.5.0"
+ "jupyter_events[test]"
64
]
65
doc = [
66
"ipykernel",
0 commit comments