Skip to content

Commit 73c1de5

Browse files
committed
Restrict tox to be in 3.x version (#24601)
* Restrict tox to be in 3.x version * remove redundant comments * Pin version to tox
1 parent 56a8973 commit 73c1de5

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/python_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

sdks/python/setup.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)