Skip to content

Conversation

hinthornw
Copy link
Collaborator

@hinthornw hinthornw commented Aug 20, 2025

When using a dotted_order style parent, the provided project_name wasn't being applied to that constructed run tree.

Also updated lockfile which seems to have given the formatter a field day.

_get_parent_run(
{
"parent": parent or kwargs.get("parent_run"),
"project_name": project_name,
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the change here.

assert not mock_calls


def test_set_parent_and_project_name():
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added a test

enable-cache: true
- name: Build project for distribution
run: cd python && uv build
- name: Check Version
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why remove this?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

because i switched to dynamic version

return [
(
datetime.strptime(part[:-TIMESTAMP_LENGTH], "%Y%m%dT%H%M%S%fZ"),
datetime.strptime(part[:-TIMESTAMP_LENGTH], "%Y%m%dT%H%M%S%fZ").replace(
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This makes me slightly nervous

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can remove if you want. we were just ignoring anyway

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants