Skip to content

Commit ea8294c

Browse files
committed
Remove dynamic installation of KMT dependencies
1 parent 4772009 commit ea8294c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/dda/cli/inv/__init__.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,11 @@ def cmd(app: Application, *, args: tuple[str, ...], no_dynamic_deps: bool) -> No
4040
features.append("legacy-test-infra-definitions")
4141
elif task.startswith("system-probe."):
4242
features.append("legacy-btf-gen")
43-
elif task.startswith("kmt."):
44-
features.append("legacy-kernel-matrix-testing")
4543

4644
if no_dynamic_deps:
4745
import sys
4846

4947
app.subprocess.replace_current_process([sys.executable, "-m", "invoke", *args])
50-
return
5148

5249
venv_path = app.config.storage.join("venvs", "legacy").data
5350
with app.tools.uv.virtual_env(venv_path) as venv:

0 commit comments

Comments
 (0)