Skip to content

Commit 735be14

Browse files
authored
Merge pull request #157 from pytest-dev/disable_pypy27_testing
Disable PyPy 2.7 CI due to installation failures
2 parents 88a8c35 + 831fd2c commit 735be14

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -88,12 +88,14 @@ jobs:
8888
docker: "3.10"
8989
implementation: cpython
9090
major: 3
91-
- name: PyPy 2.7
92-
tox: pypy27
93-
action: pypy-2.7
94-
docker: pypy2.7
95-
implementation: pypy
96-
major: 2
91+
# disabled due to installation failures
92+
# https://github.com/pytest-dev/pytest-twisted/pull/157
93+
# - name: PyPy 2.7
94+
# tox: pypy27
95+
# action: pypy-2.7
96+
# docker: pypy2.7
97+
# implementation: pypy
98+
# major: 2
9799
- name: PyPy 3.7
98100
tox: pypy37
99101
action: pypy-3.7

0 commit comments

Comments
 (0)