Skip to content

Commit

Permalink
Merge pull request hyperledger#1118 from anikitinDSR/fix_pytest
Browse files Browse the repository at this point in the history
[pytest] pin pytest-asyncio version to 0.8.0 and python3-indy to 1.6.8
  • Loading branch information
ashcherbakov authored Jan 10, 2019
2 parents 9664d94 + 9bb7dbb commit 670b3f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
LOG_DIR = os.path.join(BASE_DIR, "log")
CONFIG_FILE = os.path.join(BASE_DIR, "indy_config.py")

tests_require = ['pytest==3.3.1', 'pytest-xdist==1.22.1', 'python3-indy==1.6.1.dev683']
tests_require = ['pytest==3.3.1', 'pytest-xdist==1.22.1', 'python3-indy==1.6.8', 'pytest-asyncio==0.8.0']

setup(
name='indy-node-dev',
Expand Down

0 comments on commit 670b3f9

Please sign in to comment.