Skip to content

Commit

Permalink
Merge pull request #180 from golemfactory/pyelliptic-1-5-10
Browse files Browse the repository at this point in the history
bump pyelliptic
  • Loading branch information
shadeofblue authored Mar 29, 2018
2 parents 4d0a23e + fcdabf7 commit 4b91b20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def get_version(cwd, **kwargs):
'cbor2==3.0.4',
'coincurve>=7.1.0',
'ethereum==1.6.1',
'pyelliptic==1.5.9',
'pyelliptic==1.5.10',
'pytz',
'semantic_version',
],
Expand Down
2 changes: 1 addition & 1 deletion tests/test_basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def test_hello_version(self, v_mock):
msg = message.Hello()
self.assertEqual(msg._version, v_mock)

msg = message.Hello(deserialized=True)
msg = message.Hello(deserialized=True, header=message.Hello().header)
self.assertFalse(hasattr(msg, '_version'))

version_kwarg = object()
Expand Down

0 comments on commit 4b91b20

Please sign in to comment.