Package-level submodule attribute: support explicit versions (#30085)

This commit is contained in:
Peter Scheibel
2022-04-22 11:02:17 -07:00
committed by GitHub
parent 013a0a04a4
commit 267da78559
5 changed files with 64 additions and 13 deletions

View File

@@ -9,6 +9,8 @@
class GitTest(Package):
"""Mock package that uses git for fetching."""
homepage = "http://www.git-fetch-example.com"
# To be set by test
git = None
submodules = True