Skip to content

Commit

Permalink
Add file and hash data to url file fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
dunkmann00 committed Nov 30, 2022
1 parent b55e129 commit fd47a17
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ description = ""
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
files = []
files = [
{file = "demo-0.1.0-py2.py3-none-any.whl", hash = "sha256:70e704135718fffbcbf61ed1fc45933cfd86951a744b681000eaaa75da31f17a"}
]

[package.source]
type = "url"
Expand All @@ -25,8 +27,9 @@ description = ""
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
files = []

files = [
{file = "demo-0.1.0.tar.gz", hash = "sha256:72e8531e49038c5f9c4a837b088bfcb8011f4a9f76335c8f0654df6ac539b3d6"}
]
[package.source]
type = "url"
url = "https://python-poetry.org/distributions/demo-0.1.0.tar.gz"
Expand Down
4 changes: 3 additions & 1 deletion tests/installation/fixtures/with-url-dependency.test
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ description = ""
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
files = []
files = [
{file = "demo-0.1.0-py2.py3-none-any.whl", hash = "sha256:70e704135718fffbcbf61ed1fc45933cfd86951a744b681000eaaa75da31f17a"}
]

[package.source]
type = "url"
Expand Down

0 comments on commit fd47a17

Please sign in to comment.