Skip to content

Commit

Permalink
temp: use abn/poetry-core
Browse files Browse the repository at this point in the history
  • Loading branch information
abn committed Apr 23, 2020
1 parent 5eb5831 commit 20a8346
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 15 deletions.
20 changes: 8 additions & 12 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ classifiers = [
# Requirements
[tool.poetry.dependencies]
python = "~2.7 || ^3.5"
poetry-core = "^1.0.0a5"
poetry-core = { git = "https://github.com/abn/core.git", branch = "file-uri-scheme-sdist" }
cleo = "^0.8.0"
clikit = "^0.5.1"
requests = "^2.18"
Expand Down
2 changes: 0 additions & 2 deletions tests/console/commands/test_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,12 @@ def test_check_invalid(app, mocker):
if PY2:
expected = """\
Error: u'description' is a required property
Error: INVALID is not a valid license
Warning: A wildcard Python dependency is ambiguous. Consider specifying a more explicit one.
Warning: The "pendulum" dependency specifies the "allows-prereleases" property, which is deprecated. Use "allow-prereleases" instead.
"""
else:
expected = """\
Error: 'description' is a required property
Error: INVALID is not a valid license
Warning: A wildcard Python dependency is ambiguous. Consider specifying a more explicit one.
Warning: The "pendulum" dependency specifies the "allows-prereleases" property, which is deprecated. Use "allow-prereleases" instead.
"""
Expand Down

0 comments on commit 20a8346

Please sign in to comment.