Skip to content

Commit afbc118

Browse files
committed
Merge deps group of test-infra-definitions inside tasks, after tif merge
1 parent 68af61f commit afbc118

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ legacy-tasks = [
150150
{ include-group = "legacy-github" },
151151
{ include-group = "legacy-notifications" },
152152
{ include-group = "legacy-release" },
153+
{ include-group = "legacy-test-infra-definitions" },
153154
"debugpy==1.8.2",
154155
"rich==14.0.0",
155156
"watchdog==6.0.0",

src/dda/cli/inv/__init__.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,6 @@ def cmd(
7070
return
7171

7272
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")
7673

7774
workdir = Path.cwd()
7875
if repo:

uv.lock

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)