Skip to content

Commit

Permalink
Fix tests due to new poetry-core (#3809)
Browse files Browse the repository at this point in the history
  • Loading branch information
sdispater authored Mar 19, 2021
1 parent 757a113 commit b1d380e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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 tests/installation/test_executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def test_execute_executes_a_batch_of_operations(
expected = set(expected.splitlines())
output = set(io.fetch_output().splitlines())
assert expected == output
assert 5 == len(env.executed)
assert 6 == len(env.executed)
assert 0 == return_code


Expand Down
2 changes: 1 addition & 1 deletion tests/packages/test_locker.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def test_lock_file_data_is_ordered(locker, root):
category = "main"
optional = false
python-versions = "*"
develop = true
develop = false
[package.source]
type = "git"
Expand Down

0 comments on commit b1d380e

Please sign in to comment.