Skip to content

Commit

Permalink
Include overridden requirements in dependency graph
Browse files Browse the repository at this point in the history
This fixes bug conan-io#8870, but it changes the layout of dependency graphs and
breaks several existing tests.
  • Loading branch information
harendt committed May 2, 2021
1 parent 4af5359 commit 0602878
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions conans/client/graph/graph_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,6 @@ def _expand_node(self, node, graph, down_reqs, down_ref, down_options, check_upd

# Expand each one of the current requirements
for require in node.conanfile.requires.values():
if require.override:
continue
self._expand_require(require, node, graph, check_updates, update, remotes, profile_host,
profile_build, new_reqs, new_options, graph_lock,
context_switch=False)
Expand Down

0 comments on commit 0602878

Please sign in to comment.