Skip to content

Commit

Permalink
python: Remove non-sensical index_finder test case
Browse files Browse the repository at this point in the history
  • Loading branch information
torarvid authored and jurre committed Jul 3, 2023
1 parent 2c7f3a2 commit 92d6963
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,12 +129,6 @@
let(:dependency_files) { [pyproject] }

it { is_expected.to eq(["https://pypi.org/pypi/"]) }

context "that is unparseable" do
let(:pyproject_fixture_name) { "unparseable.toml" }

it { is_expected.to eq(["https://pypi.org/simple/"]) }
end
end

context "set in credentials" do
Expand Down

0 comments on commit 92d6963

Please sign in to comment.