Skip to content

Commit

Permalink
Move wayward comment
Browse files Browse the repository at this point in the history
  • Loading branch information
phillipuniverse committed Aug 9, 2023
1 parent e501cd4 commit 84b5b92
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,6 @@
subject(:dep) { dependencies.find { |d| d.name == "atomicwrites" } }

its(:subdependency_metadata) do
# This is how Poetry treats transitive dev dependencies, see discussion at https://github.com/python-poetry/poetry/pull/7637#issuecomment-1494272266
# and https://github.com/dependabot/dependabot-core/pull/7418#issuecomment-1644012926
is_expected.to eq([{ production: false }])
end
end
Expand Down Expand Up @@ -231,6 +229,8 @@
end

context "with Poetry 1.5 locked group dependencies" do
# This is how Poetry treats transitive dev dependencies, see discussion at https://github.com/python-poetry/poetry/pull/7637#issuecomment-1494272266
# and https://github.com/dependabot/dependabot-core/pull/7418#issuecomment-1644012926
let(:pyproject_fixture_name) { "poetry_group_dependencies.toml" }
let(:pyproject_lock_fixture_name) { "poetry_group_dependencies.lock" }

Expand Down

0 comments on commit 84b5b92

Please sign in to comment.