зеркало из https://github.com/github/licensed.git
use different transitive dependency
it looks like the one I used before might have been a dependency of an older pip version that's no longer present in the version used in CI
This commit is contained in:
Родитель
d486f10bc6
Коммит
ae0db440cd
|
@ -38,7 +38,7 @@ if Licensed::Shell.tool_available?("pip")
|
|||
|
||||
it "detects transitive dependencies" do
|
||||
Dir.chdir fixtures do
|
||||
dep = source.dependencies.detect { |d| d.name == "google-auth-oauthlib" }
|
||||
dep = source.dependencies.detect { |d| d.name == "MarkupSafe" }
|
||||
assert dep
|
||||
assert_equal "pip", dep.record["type"]
|
||||
assert dep.record["homepage"]
|
||||
|
|
Загрузка…
Ссылка в новой задаче