Joe McDonnell has uploaded this change for review. ( http://gerrit.cloudera.org:8080/22073
Change subject: IMPALA-13368: Fixup Redhat detection for Python >= 3.8 ...................................................................... IMPALA-13368: Fixup Redhat detection for Python >= 3.8 Python 3.8 removed the platform.linux_distribution() function which is currently used to detect Redhat. This keeps the old logic for Python < 3.8, but it uses the 'distro' package to add equivalent logic for Python >= 3.8. Since Redhat 6 is no longer supported, this removes the detection of Redhat 6 and associated skip logic. Testing: - Ran a core job Change-Id: I0dfaf798c0239f6068f29adbd2eafafdbbfd66c3 --- M infra/python/deps/py3-requirements.txt M tests/common/environ.py M tests/common/skip.py M tests/custom_cluster/test_admission_controller.py 4 files changed, 18 insertions(+), 19 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/73/22073/1 -- To view, visit http://gerrit.cloudera.org:8080/22073 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I0dfaf798c0239f6068f29adbd2eafafdbbfd66c3 Gerrit-Change-Number: 22073 Gerrit-PatchSet: 1 Gerrit-Owner: Joe McDonnell <[email protected]>
