This commit is contained in:
Kovid Goyal 2026-01-28 09:40:15 +05:30
parent 59a7a5df63
commit cb53c41c7c
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

View file

@ -247,7 +247,7 @@ def check_dependencies() -> None:
# Now test against the SBOM
import runpy
orig = sys.argv, sys.stdout
sys.argv = ['bypy', 'sbom', 'myproject', '1.0.0']
sys.argv = ['bypy', 'sbom', 'kovidgoyal/kitty', '1.0.0']
buf = io.StringIO()
sys.stdout = buf
runpy.run_path('bypy-src')