Skip to content

Commit

Permalink
squash: Update tmt/steps/prepare/__init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
happz authored Aug 13, 2024
1 parent 6bdcbf6 commit eae487e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tmt/steps/prepare/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,8 @@ def as_key(self) -> frozenset['tmt.base.DependencySimple']:
continue

collected_requires[guest].dependencies += tmt.base.assert_simple_dependencies(
# ignore[attr-defined]: mypy thinks that phase is Phase type, while its actually PluginClass
# ignore[attr-defined]: mypy thinks that phase is Phase type, while its
# actually PluginClass
phase.essential_requires(), # type: ignore[attr-defined]
'After beakerlib processing, tests may have only simple requirements',
self._logger)
Expand Down

0 comments on commit eae487e

Please sign in to comment.