Hello Impala Public Jenkins,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/22073
to look at the new patch set (#5).
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(+), 20 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/73/22073/5
--
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: newpatchset
Gerrit-Change-Id: I0dfaf798c0239f6068f29adbd2eafafdbbfd66c3
Gerrit-Change-Number: 22073
Gerrit-PatchSet: 5
Gerrit-Owner: Joe McDonnell <[email protected]>
Gerrit-Reviewer: Impala Public Jenkins <[email protected]>