Skip to content

Commit d740913

Browse files
committed
tests
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 74f07e1 commit d740913

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

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

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

7577

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
attrs==23.2.0
22
boolean.py==4.0
3+
cffi==1.17.1
4+
cryptography==43.0.1
35
jsonpointer==2.4
46
license-expression==30.3.0
57
lxml==5.3.0
8+
pycparser==2.22

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ dependencies = [
1212
"jsonpointer",
1313
"license_expression",
1414
"lxml",
15+
"cryptography"
1516
]

0 commit comments

Comments
 (0)