Skip to content

Commit

Permalink
Python: skip flaky poetry spec with issue comment
Browse files Browse the repository at this point in the history
  • Loading branch information
feelepxyz committed Jan 7, 2021
1 parent 622470c commit ceb5700
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@
to start_with("8cea4ecb5b2230fbd4a33a67a4da004f1ccabad48352aaf040")
end

# TODO: Fix flaky spec caused by an issue in poetry:
# https://github.com/python-poetry/poetry/issues/3010)
context "with a specified Python version" do
let(:pyproject_fixture_name) { "python_2.toml" }
let(:lockfile_fixture_name) { "python_2.lock" }
Expand All @@ -105,7 +107,7 @@
)
end

it "updates the lockfile successfully" do
skip "updates the lockfile successfully" do
updated_lockfile = updated_files.find { |f| f.name == "pyproject.lock" }

lockfile_obj = TomlRB.parse(updated_lockfile.content)
Expand Down

0 comments on commit ceb5700

Please sign in to comment.