Skip to content

Commit 4e80bfa

Browse files
committed
Update runtime dag test
1 parent 8baa502 commit 4e80bfa

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

test/core/tests/runtime_dag.py

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,15 @@ def _equals_task(task1, task2):
5959
for name, value in type(task1).__dict__.items()
6060
if isinstance(value, property)
6161
if name
62-
not in ["parent_tasks", "child_tasks", "metadata", "data", "artifacts"]
62+
not in [
63+
"parent_tasks",
64+
"parent_task_pathspecs",
65+
"child_tasks",
66+
"child_task_pathspecs",
67+
"metadata",
68+
"data",
69+
"artifacts",
70+
]
6371
]
6472

6573
for prop_name in properties:

0 commit comments

Comments
 (0)