Description
Hi,
I tried setting the environment_table_redact_list in variable in my pytest.ini file order to remove certain rows from the Environment table and got the following error:
PytestConfigWarning: Unknown config option: environment_table_redact_list
pytest.ini content:
[pytest]
environment_table_redact_list = Packages
Output of pip list:
Package Version
attrs 21.4.0
iniconfig 1.1.1
numpy 1.22.3
packaging 21.3
pandas 1.4.2
pexpect 4.8.0
pip 22.0.4
pkg_resources 0.0.0
pluggy 1.0.0
ptyprocess 0.7.0
py 1.11.0
pyparsing 3.0.8
pyserial 3.5
pytest 7.1.1
pytest-html 3.1.1
pytest-metadata 2.0.1
pytest-timeout 2.1.0
python-dateutil 2.8.2
pytz 2022.1
setuptools 44.0.0
six 1.16.0
tomli 2.0.1
python 3.8.10 on Ubuntu 20.04