You have `--config-file` option in your conftest.py: https://github.com/oracle/oci-python-sdk/blob/31f38df202ff3f449bb0dd64347b22b6e031c3c2/tests/conftest.py#L16 and pytest 7.4.0 now has it as well: https://github.com/pytest-dev/pytest/commit/4f3f36c396b52f8398bc4734ff0c00c57cf1fed1 which results in: ``` argparse.ArgumentError: argument --config-file: conflicting option string: --config-file ```