Skip to content

Commit 669a114

Browse files
committed
tests
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 3a50f8d commit 669a114

29 files changed

+2453
-0
lines changed

tests/_data/infiles/poetry/with-optionals-no-extra/lock10/poetry.lock

Lines changed: 96 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../pyproject-proto.toml

tests/_data/infiles/poetry/with-optionals-no-extra/lock20/poetry.lock

Lines changed: 110 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../pyproject-proto.toml
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
[tool.poetry]
2+
name = "with-optionals-no-extra"
3+
version = "0.1.0"
4+
description = "depenndencies with optionlas and no exgtras"
5+
authors = ["Your Name <[email protected]>"]
6+
7+
8+
[tool.poetry.dependencies]
9+
python = "^3.8"
10+
cyclonedx-python-lib = {version = ">=8,<9", optional = true}
11+
py-serializable = [
12+
{version = "*", optional = true}
13+
]
14+
15+
[tool.poetry.extras]
16+
# no extras - see https://github.com/CycloneDX/cyclonedx-python/issues/840
17+
18+
19+
[build-system]
20+
requires = ["poetry-core"]
21+
build-backend = "poetry.core.masonry.api"

tests/_data/snapshots/poetry/plain_with-optionals-no-extra_lock10_1.0.xml.bin

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

tests/_data/snapshots/poetry/plain_with-optionals-no-extra_lock10_1.1.xml.bin

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

tests/_data/snapshots/poetry/plain_with-optionals-no-extra_lock10_1.2.json.bin

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

tests/_data/snapshots/poetry/plain_with-optionals-no-extra_lock10_1.2.xml.bin

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

0 commit comments

Comments
 (0)