diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4c3540ec8..13c3657ce 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 52734077d..c6ebfc584 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ test = [ "pytest-asyncio>=0.18", "pytest-cov", "pytest-timeout", - "jupyter_events>=0.5.0" + "jupyter_events[test]" ] doc = [ "ipykernel",