Skip to content

Commit 5cdc117

Browse files
committed
Updated pytest dependency
1 parent c1eaf2e commit 5cdc117

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ before_install:
2222
fi
2323
install:
2424
- pip install pytest-cov pytest-mock coveralls flake8 isort==3.9.6 gevent==1.1b5 six>=1.10.0 promise>=0.4.2 pytest-benchmark
25-
- pip install pytest --upgrade
25+
- pip install pytest==2.9.2
2626
- pip install -e .
2727
script:
2828
- flake8

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
'promise>=0.4.2'
4949
],
5050
tests_require=[
51-
'pytest',
51+
'pytest==2.9.2',
5252
'pytest-benchmark',
5353
'pytest-cov',
5454
'gevent==1.1rc1',

0 commit comments

Comments
 (0)