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
https://github.com/PulpQE/pulp-smash/blob/54f99922404b55acd2abe7801596d23df3d152c0/pulp_smash/cli.py#L766
Evaluate how PackageManager deals with command managers, and perhaps add a flag to pass the desired command manager for certain actions.
PackageManager
For instance, if a certain test requiresdnf being able to:
dnf
pkg_mgr = cli.PackageManager(config.get_config(), cmd_mgr='dnf')
The text was updated successfully, but these errors were encountered:
@rochacbruno , I tried to capture what we talked about in this issue. Feel, free to update as needed.
Sorry, something went wrong.
No branches or pull requests
https://github.com/PulpQE/pulp-smash/blob/54f99922404b55acd2abe7801596d23df3d152c0/pulp_smash/cli.py#L766
Evaluate how
PackageManager
deals with command managers, and perhaps add a flag to pass the desired command manager for certain actions.For instance, if a certain test requires
dnf
being able to:The text was updated successfully, but these errors were encountered: