Skip to content

Commit bd2c9be

Browse files
authored
Merge pull request #4885 from blueyed/fix-master
Fix master: ci: Azure: remove pypy3
2 parents 2fe9226 + 07fa693 commit bd2c9be

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

azure-pipelines.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,11 @@ jobs:
3737
python.version: 'pypy'
3838
tox.env: 'pypy'
3939
python.exe: 'pypy'
40-
pypy3:
41-
python.version: 'pypy3'
42-
tox.env: 'pypy3'
43-
python.exe: 'pypy3'
40+
# NOTE: pypy3 fails to install pip currently due to an interal error.
41+
# pypy3:
42+
# python.version: 'pypy3'
43+
# tox.env: 'pypy3'
44+
# python.exe: 'pypy3'
4445
py34:
4546
python.version: '3.4'
4647
tox.env: 'py34'

0 commit comments

Comments
 (0)