Skip to content

Commit c332e3a

Browse files
forgot tox.jinja
1 parent cac908d commit c332e3a

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

scripts/populate_tox/tox.jinja

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,13 @@ deps =
148148
{% else %}
149149
{{ integration.name }}-v{{ release }}: {{ integration.package }}=={{ release }}
150150
{% endif %}
151+
152+
{% for dependency_group in release.transitive_dependencies %}
153+
{% for dep in dependency_group %}
154+
{{ dep }}
155+
{% endfor %}
156+
157+
{% endfor %}
151158
{% endfor %}
152159
{% if integration.latest_stable %}
153160
{% if integration.extra %}

0 commit comments

Comments
 (0)