File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ jobs:
117117 working-directory : ./sdks/python
118118 run : pip install -r build-requirements.txt
119119 - name : Install tox
120- run : pip install tox
120+ run : pip install tox==3.27.1
121121 - name : Run tests basic unix
122122 if : startsWith(matrix.os, 'ubuntu') || startsWith(matrix.os, 'macos')
123123 working-directory : ./sdks/python
Original file line number Diff line number Diff line change @@ -228,8 +228,6 @@ def get_portability_package_data():
228228 'apache_beam/utils/windowed_value.py' ,
229229 ]),
230230 install_requires = protobuf_dependency + [
231- # Avro 1.9.2 for python3 was broken.
232- # The issue was fixed in version 1.9.2.1
233231 'crcmod>=1.7,<2.0' ,
234232 'orjson<4.0' ,
235233 # Dill doesn't have forwards-compatibility guarantees within minor
You can’t perform that action at this time.
0 commit comments