File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ jobs:
149149 - name : Install
150150 run : |
151151 pip install --upgrade pip setuptools wheel
152- pip install --upgrade tox requests urllib3
152+ pip install --upgrade tox
153153 - uses : twisted/python-info-action@v1.0.1
154154 - name : Add PyPy Externals
155155 if : ${{ matrix.os.matrix == 'windows' && matrix.python.implementation == 'pypy'}}
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ verboselogs >= 1.5
1616tornado==4.5.3
1717# using platform_python_implementation rather than
1818# implementation_name for Python 2 support
19- Twisted[conch,serial]>=20.3.0; platform_python_implementation == "CPython " or sys_platform != "win32"
19+ Twisted[conch,serial]>=20.3.0; platform_python_implementation != "PyPy " or sys_platform != "win32"
2020# pywin32 isn't supported on pypy
2121# https://github.com/mhammond/pywin32/issues/1289
2222Twisted[conch]>=20.3.0; platform_python_implementation == "PyPy" and sys_platform == "win32"
Original file line number Diff line number Diff line change 9999 'twisted' : [
100100 # using platform_python_implementation rather than
101101 # implementation_name for Python 2 support
102- 'Twisted[conch,serial]>=20.3.0; platform_python_implementation == "CPython " or sys_platform != "win32"' ,
102+ 'Twisted[conch,serial]>=20.3.0; platform_python_implementation != "PyPy " or sys_platform != "win32"' ,
103103 # pywin32 isn't supported on pypy
104104 # https://github.com/mhammond/pywin32/issues/1289
105105 'Twisted[conch]>=20.3.0; platform_python_implementation == "PyPy" and sys_platform == "win32"' ,
You can’t perform that action at this time.
0 commit comments