We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68af61f commit 4d21d9dCopy full SHA for 4d21d9d
pyproject.toml
@@ -150,6 +150,7 @@ legacy-tasks = [
150
{ include-group = "legacy-github" },
151
{ include-group = "legacy-notifications" },
152
{ include-group = "legacy-release" },
153
+ { include-group = "legacy-test-infra-definitions" },
154
"debugpy==1.8.2",
155
"rich==14.0.0",
156
"watchdog==6.0.0",
src/dda/cli/inv/__init__.py
@@ -70,9 +70,6 @@ def cmd(
70
return
71
72
features = ["legacy-tasks", *extra_features]
73
- invoke_args = [arg for arg in args if not arg.startswith("-")]
74
- if invoke_args and Path.cwd().name == "test-infra-definitions":
75
- features.append("legacy-test-infra-definitions")
76
77
workdir = Path.cwd()
78
if repo:
0 commit comments