Skip to content

Commit 9853959

Browse files
authored
Disable PyPy3 on Windows for now
#127
1 parent 860ab9e commit 9853959

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,11 @@ jobs:
134134
tox: py39
135135
os:
136136
python_platform: win32
137+
- python:
138+
# Disabled due to https://github.com/pytest-dev/pytest-twisted/issues/127
139+
tox: pypy3
140+
os:
141+
python_platform: win32
137142
steps:
138143
- uses: actions/checkout@v2
139144
- name: Enable Problem Matchers

0 commit comments

Comments
 (0)