- Notifications
You must be signed in to change notification settings - Fork 307
Open
Labels
SDKIssue pertains to the SDK itself and not specific to any serviceIssue pertains to the SDK itself and not specific to any service
Description
You have --config-file option in your conftest.py:
oci-python-sdk/tests/conftest.py
Line 16 in 31f38df
| parser.addoption("--config-file", action="store", help="location of the config file", |
and pytest 7.4.0 now has it as well: pytest-dev/pytest@4f3f36c
which results in:
argparse.ArgumentError: argument --config-file: conflicting option string: --config-file Metadata
Metadata
Assignees
Labels
SDKIssue pertains to the SDK itself and not specific to any serviceIssue pertains to the SDK itself and not specific to any service