Skip to content

Commit

Permalink
Fix broken URL in test for URL dependencies (#471)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjolowicz authored Sep 16, 2021
1 parent 819a52c commit 23e26a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tests/functional/test_functional/url-dependency/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["Your Name <your.name@example.com>"]

[tool.poetry.dependencies]
python = "^3.6.1"
poyo = {url = "https://github.com/hackebrot/poyo/archive/master.zip"}
poyo = {url = "https://github.com/hackebrot/poyo/archive/main.zip"}

[tool.poetry.dev-dependencies]

Expand Down

0 comments on commit 23e26a4

Please sign in to comment.