We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
You have --config-file option in your conftest.py:
--config-file
oci-python-sdk/tests/conftest.py
Line 16 in 31f38df
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
The text was updated successfully, but these errors were encountered:
test: Change --config-file to config
23874f6
This patch changes the --config-file option to --config to avoid conflict with pytest >= 7.4.0 Fix oracle#565
thanks for reporting the issue, we will work on updating the conftest.py
Sorry, something went wrong.
In Fedora Linux, I've solved the problem by simply renaming the option from --config-file to --config-file-path and it works fine for us as a workaround, see: https://src.fedoraproject.org/rpms/python-oci/blob/rawhide/f/python-oci.spec#_51
--config-file-path
Hello! I would like to know if the issue has been fixed. I have the same error(pytest version 8.1.1). Thank you.
Successfully merging a pull request may close this issue.
You have
--config-file
option in your conftest.py:oci-python-sdk/tests/conftest.py
Line 16 in 31f38df
and pytest 7.4.0 now has it as well: pytest-dev/pytest@4f3f36c
which results in:
The text was updated successfully, but these errors were encountered: