Skip to content

Commit 321c7a2

Browse files
committed
dings
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 6cfbc02 commit 321c7a2

File tree

50 files changed

+22
-3953
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+22
-3953
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ def main() -> None:
6363
).create(env_dir)
6464

6565
pip_install(
66+
'--no-dependencies',
6667
# with License-Expression
6768
'attrs',
6869
# with License-File
@@ -71,7 +72,7 @@ def main() -> None:
7172
'license_expression',
7273
'lxml',
7374
# with expression-like License AND License-File
74-
'cryptography==43.0.1',
75+
'cryptography==43.0.1', # https://github.com/CycloneDX/cyclonedx-python/issues/826
7576
)
7677

7778

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
attrs==23.2.0
22
boolean.py==4.0
3-
cffi==1.17.1
43
cryptography==43.0.1
54
jsonpointer==2.4
65
license-expression==30.3.0
76
lxml==5.3.0
8-
pycparser==2.22

tests/_data/snapshots/environment/pep639-texts_with-license-pep639_1.0.xml.bin

Lines changed: 0 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/_data/snapshots/environment/pep639-texts_with-license-pep639_1.1.xml.bin

Lines changed: 0 additions & 122 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/_data/snapshots/environment/pep639-texts_with-license-pep639_1.2.json.bin

Lines changed: 0 additions & 109 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)