Riza Suminto created IMPALA-14667:
-------------------------------------
Summary: Remove reference to pytest.config
Key: IMPALA-14667
URL: https://issues.apache.org/jira/browse/IMPALA-14667
Project: IMPALA
Issue Type: Improvement
Components: Infrastructure, Test
Affects Versions: Impala 5.0.0
Reporter: Riza Suminto
Assignee: Riza Suminto
pytest.config global variable has been removed since pytest 5.0.
[https://docs.pytest.org/en/stable/deprecations.html#pytest-config-global]
As an alternative, we can hook pytest config object to
ImpalaTestClusterProperties singleton at pytest_configure() method at
conftest.py. This is the first step towards upgrading to higher version of
pytest.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)