-
-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
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
Conflict single letter option "-R" #67
Comments
We're using the single letter option for quite some time in the astropy context, and I would rather like to keep having this option. But if possible to move it into the wrapper package of |
As far as I can tell, this is a new option as of the December 11, 2022 release v 0.4.0. Our CI builds have been broken since then, because of the conflict with pytest-leaks, which has used the -R option for several years. If this option remains, we will be forced to either stick to older versions of this project or change dependencies. We need both libraries. What do you recommend that we do?
That sounds like a pretty good idea. |
I've also asked |
You know, there is no "r" in "leaks"... 😹 |
pytest-remotedata defines single letter option "-R". Unfortunately pytest-leaks plugin also define it.
It is better to avoid define single letter option because of conflict.
Here is an example.
miurahr/aqtinstall#634 (comment)
Could you remove a "-R" single letter option?
The text was updated successfully, but these errors were encountered: