Skip to content

Commit 54edd89

Browse files
committed
tidy
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 8e797d6 commit 54edd89

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

tests/_data/infiles/environment/with-license-pep639/init.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ def main() -> None:
7070
'jsonpointer',
7171
'license_expression',
7272
'lxml',
73-
# with expression as License AND License-File
74-
'cryptography==43.0.1', # see https://github.com/CycloneDX/cyclonedx-python/issues/826
73+
# with expression-like License AND License-File
74+
'cryptography==43.0.1',
7575
)
7676

7777

tests/_data/infiles/environment/with-license-pep639/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@ dependencies = [
1212
"jsonpointer",
1313
"license_expression",
1414
"lxml",
15-
"cryptography"
15+
# with expression-like License AND License-File
16+
"cryptography",
1617
]

0 commit comments

Comments
 (0)