Skip to content

Commit

Permalink
Merge remote-tracking branch 'kim/ubuntu-21.04-upgrade' into ubuntu-2…
Browse files Browse the repository at this point in the history
…0.04-upgrade
  • Loading branch information
Kim Ebert authored and Kim Ebert committed Dec 6, 2022
2 parents 92e0a72 + 4316151 commit 06a9712
Showing 1 changed file with 2 additions and 2 deletions.
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 06a9712

Please sign in to comment.