Skip to content

Commit

Permalink
Merge pull request hyperledger#1139 from anikitinDSR/public/indy-1928
Browse files Browse the repository at this point in the history
[INDY-1928] bump plenum version
  • Loading branch information
ashcherbakov authored Jan 24, 2019
2 parents 1a3ff30 + 0a4b546 commit 3096ac1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions indy_node/test/tools/test_nsreplay.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,11 @@ def tconf(tconf):
return tconf


@pytest.yield_fixture(scope="session", autouse=True)
def warncheck(warnfilters):
pass


def test_end_to_end_replay(looper,
tdir,
tdirWithPoolTxns,
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
data_files=[(
(BASE_DIR, ['data/nssm_original.exe'])
)],
install_requires=['indy-plenum-dev==1.6.658',
install_requires=['indy-plenum-dev==1.6.660',
'python-dateutil',
'timeout-decorator==0.4.0',
'distro==1.3.0'],
Expand Down

0 comments on commit 3096ac1

Please sign in to comment.