Skip to content

Commit

Permalink
Update test to conform to poetry 1.2.1
Browse files Browse the repository at this point in the history
`poetry` `1.2.1` no longer generates this line that was present in `1.2.0`.

I'm not 100% positive, but I _think_ that might be the result of python-poetry/poetry#6389.

Details here: dependabot/dependabot-core#5746 (comment)
  • Loading branch information
jeffwidman committed Sep 21, 2022
1 parent a0fa1f0 commit e7b8af1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/smoke-poetry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,6 @@ output:
{file = "PyYAML-6.0.tar.gz", hash = "sha256:68fb519c14306fec9720a2a5b45bc9f0c8d1b9c72adf45c37baedfcd949c35a2"},
]
toml = [
{file = "toml-0.10.0-py2.7.egg", hash = "sha256:f1db651f9657708513243e61e6cc67d101a39bad662eaa9b5546f789338e07a3"},
{file = "toml-0.10.0-py2.py3-none-any.whl", hash = "sha256:235682dd292d5899d361a811df37e04a8828a5b1da3115886b73cf81ebc9100e"},
{file = "toml-0.10.0.tar.gz", hash = "sha256:229f81c57791a41d65e399fc06bf0848bab550a9dfd5ed66df18ce5f05e73d5c"},
]
Expand Down

0 comments on commit e7b8af1

Please sign in to comment.