Skip to content

Commit

Permalink
Merge commit '06a9712fa92b0d9060d5f8551614f6793b12c94f' into GHAdepre…
Browse files Browse the repository at this point in the history
…cation
  • Loading branch information
pSchlarb committed Dec 13, 2022
2 parents 786f734 + 06a9712 commit 54a7785
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .gitpod.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,12 @@ RUN pip3 install -U \
pep8-naming==0.6.1 \
flake8==3.8.4

RUN pip3 install -U \
# Required by setup.py
setuptools==50.3.2 \
'pyzmq==22.3.0'


# install rake
RUN sudo gem install --no-document rake
## install fpm; needs to be pinned to 1.13.1 because some packages cannot be built with the newest release 1.14.0
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
exec(f.read(), metadata)

tests_require = ['attrs==20.3.0', 'pytest==6.2.2', 'pytest-xdist==2.2.1', 'pytest-forked==1.3.0',
'python3-indy==1.15.0-dev-1625', 'pytest-asyncio==0.14.0']
'python3-indy==1.16.0.post236', 'pytest-asyncio==0.14.0']


class PyZMQCommand(distutils.cmd.Command):
Expand Down Expand Up @@ -156,4 +156,4 @@ def run(self):
'scripts/init_bls_keys',
'scripts/process_logs/process_logs',
'scripts/process_logs/process_logs.yml']
)
)

0 comments on commit 54a7785

Please sign in to comment.