Skip to content

Commit 24e8fd4

Browse files
committed
remove pypy support
1 parent 7433762 commit 24e8fd4

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
fail-fast: false
7070
matrix:
7171
os: [ubuntu-latest, macos-latest, windows-latest]
72-
python-version: [3.6, 3.7, 3.8, 3.9, "3.10", "pypy-3.7"]
72+
python-version: [3.6, 3.7, 3.8, 3.9, "3.10"]
7373

7474
env:
7575
OS: ${{ matrix.os }}
@@ -90,13 +90,8 @@ jobs:
9090
run: mypy jupyter_client --exclude '\/tests|kernelspecapp|ioloop|runapp' --install-types --non-interactive
9191

9292
- name: Run the tests with coverage
93-
if: ${{ !startsWith(matrix.python-version, 'pypy') }}
9493
run: pytest --cov jupyter_client -v jupyter_client
9594

96-
- name: Run the tests on pypy
97-
if: startsWith(matrix.python-version, 'pypy')
98-
run: pytest -v jupyter_client
99-
10095
- name: Build the docs
10196
run: |
10297
pip install -r requirements-doc.txt

0 commit comments

Comments
 (0)