Skip to content

Commit

Permalink
Rename conf_files dir to pip_conf_files to reduce ambiguity (depe…
Browse files Browse the repository at this point in the history
…ndabot#7690)

We now support multiple python package managers, several of which
support conf files. So rename this to reduce ambiguity and make it clear
this folder is for `pip.conf` fixtures.
  • Loading branch information
jeffwidman authored Aug 1, 2023
1 parent 8c30821 commit 1b36b4b
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
let(:pip_conf) do
Dependabot::DependencyFile.new(
name: "pip.conf",
content: fixture("conf_files", pip_conf_fixture_name)
content: fixture("pip_conf_files", pip_conf_fixture_name)
)
end
let(:pip_conf_fixture_name) { "custom_index" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@
[
Dependabot::DependencyFile.new(
name: "pip.conf",
content: fixture("conf_files", "custom_index")
content: fixture("pip_conf_files", "custom_index")
)
]
end
Expand All @@ -282,7 +282,7 @@
[
Dependabot::DependencyFile.new(
name: "pip.conf",
content: fixture("conf_files", "custom_index_double_at")
content: fixture("pip_conf_files", "custom_index_double_at")
)
]
end
Expand Down Expand Up @@ -413,7 +413,7 @@
[
Dependabot::DependencyFile.new(
name: "pip.conf",
content: fixture("conf_files", "extra_index")
content: fixture("pip_conf_files", "extra_index")
)
]
end
Expand All @@ -425,7 +425,7 @@
[
Dependabot::DependencyFile.new(
name: "pip.conf",
content: fixture("conf_files", "extra_index_env_variable")
content: fixture("pip_conf_files", "extra_index_env_variable")
)
]
end
Expand Down
File renamed without changes.

0 comments on commit 1b36b4b

Please sign in to comment.