Commit b1d380ec by Sébastien Eustace Committed by GitHub

Fix tests due to new poetry-core (#3809)

parent 757a1130
...@@ -366,7 +366,7 @@ importlib-metadata = {version = "^1.7.0", markers = "python_version >= \"3.5\" a ...@@ -366,7 +366,7 @@ importlib-metadata = {version = "^1.7.0", markers = "python_version >= \"3.5\" a
type = "git" type = "git"
url = "https://github.com/python-poetry/poetry-core" url = "https://github.com/python-poetry/poetry-core"
reference = "master" reference = "master"
resolved_reference = "d0b8f3ff1d2ec94e317d8ec20920f32a5d4992ef" resolved_reference = "5d5251c427aacedcf54f9743635a8124e5a26151"
[[package]] [[package]]
name = "pre-commit" name = "pre-commit"
......
...@@ -131,7 +131,7 @@ Package operations: 4 installs, 1 update, 1 removal ...@@ -131,7 +131,7 @@ Package operations: 4 installs, 1 update, 1 removal
expected = set(expected.splitlines()) expected = set(expected.splitlines())
output = set(io.fetch_output().splitlines()) output = set(io.fetch_output().splitlines())
assert expected == output assert expected == output
assert 5 == len(env.executed) assert 6 == len(env.executed)
assert 0 == return_code assert 0 == return_code
......
...@@ -73,7 +73,7 @@ description = "" ...@@ -73,7 +73,7 @@ description = ""
category = "main" category = "main"
optional = false optional = false
python-versions = "*" python-versions = "*"
develop = true develop = false
[package.source] [package.source]
type = "git" type = "git"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment