Skip to content

tmt attempts to install essential requirements of disabled checks #4860

Description

@happz

From https://github.com/teemtee/tmt/blob/main/tmt/steps/prepare/__init__.py:

                for check in test.check:
                    collected_requires[guest].dependencies += check.plugin.essential_requires(
                        guest, test, self._logger
                    )

As you can see, even disabled checks contribute to collected requirements.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    area | checkTest check implementationbugSomething isn't workingstep | prepareStuff related to the prepare step

    Type

    Projects

    • Status
      implement
    • Status
      triaged

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions