Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: Upgrade context-diagrams to v0.7.0 #149

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ classifiers = [
]
dependencies = [
"capellambse>=0.6.6,<0.7",
"capellambse_context_diagrams>=0.6.0,<0.7",
"capellambse_context_diagrams>=0.7.0,<0.8",
"click",
"PyYAML",
"polarion-rest-api-client==1.2.2",
Expand Down
2 changes: 1 addition & 1 deletion tests/test_workitem_attachments.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"0ed1417e8e4717524bc91162dcf8633afca686e93f8b036d0bc48d81f0444f56"
)
CONTEXT_DIAGRAM_CHECKSUM = (
"2b86192f2f65353512e1b4af0e652577d0ca3d0cf8595f5dcfba7d52bcb6d702"
"35efc338fccc53e33d29be408bebe2b10f9b43586b9025cb36b4877183d81ae9"
Copy link
Collaborator

Choose a reason for hiding this comment

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

This is due to a reasonable change in the elk input. In the future there will be tests to test the elk input, see here. When this is done, we can drop the check on our side

)

TEST_DIAG_UUID = "_APOQ0QPhEeynfbzU12yy7w"
Expand Down
Loading