Skip to content

Commit

Permalink
Add pytest section to root for combining
Browse files Browse the repository at this point in the history
Signed-off-by: jamshale <[email protected]>
  • Loading branch information
jamshale authored and dbluhm committed Aug 8, 2024
1 parent 4eae02a commit e9ddf9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions repo_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ def get_and_combine_main_poetry_sections(name: str) -> Tuple[dict, dict]:
combine_dependencies(plugin_sections["EXTRAS"], global_sections["EXTRAS"])
combine_dependencies(plugin_sections["DEV_DEPS"], global_sections["DEV_DEPS"])
combine_dependencies(plugin_sections["INT_DEPS"], global_sections["INT_DEPS"])
combine_dependencies(plugin_sections["PYTEST"], global_sections["PYTEST"])
return global_sections, plugin_sections


Expand Down

0 comments on commit e9ddf9d

Please sign in to comment.