Skip to content

Commit

Permalink
temporary pin b2sdk dep to fork to enable download to stdout
Browse files Browse the repository at this point in the history
  • Loading branch information
mjurbanski-reef committed Nov 13, 2023
1 parent c13b394 commit 9585a72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def install_myself(session, extras=None):
session.run('pip', 'uninstall', 'b2sdk', '-y')
session.run('python', 'setup.py', 'develop')
os.chdir(cwd)
elif CI and not CD:
elif CI and not CD and False:
# In CI, install B2 SDK from the master branch
session.run(
'pip', 'install', 'git+https://github.com/Backblaze/b2-sdk-python.git#egg=b2sdk',
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
argcomplete>=2,<4
arrow>=1.0.2,<2.0.0
b2sdk>=1.24.1,<2
b2sdk @ git+https://github.com/reef-technologies/b2-sdk-python.git@8f652ee69df76d4a9972b1f42aec58b533c45783
docutils>=0.18.1
idna~=3.4; platform_system == 'Java'
importlib-metadata~=3.3; python_version < '3.8'
Expand Down

0 comments on commit 9585a72

Please sign in to comment.