From 41670a0c8ffa12f7f6c3a987c255aa66ff678c81 Mon Sep 17 00:00:00 2001 From: Maciej Lech Date: Tue, 2 Nov 2021 19:30:31 +0100 Subject: [PATCH] Do not use unauthenticated git url --- noxfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/noxfile.py b/noxfile.py index 01e177aed..0a18c34f7 100644 --- a/noxfile.py +++ b/noxfile.py @@ -64,7 +64,7 @@ def install_myself(session, extras=None): # In CI, install B2 SDK from the master branch if CI and not INSTALL_SDK_FROM: - session.install('git+git://github.com/Backblaze/b2-sdk-python#egg=b2sdk') + session.install('git+https://github.com/Backblaze/b2-sdk-python.git#egg=b2sdk') arg = '.' if extras: