We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8904a1b commit 8572489Copy full SHA for 8572489
scripts/populate_tox/populate_tox.py
@@ -347,6 +347,10 @@ def _render_python_versions(python_versions: list[Version]) -> str:
347
348
def _render_dependencies(integration: str, releases: list[Version]) -> list[str]:
349
rendered = []
350
+
351
+ if TEST_SUITE_CONFIG[integration].get("deps") is None:
352
+ return rendered
353
354
for constraint, deps in TEST_SUITE_CONFIG[integration]["deps"].items():
355
if constraint == "*":
356
for dep in deps:
0 commit comments