Skip to content

Commit

Permalink
Pytest fix (man-group#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmoscon authored Aug 26, 2016
1 parent acf7147 commit da5c22d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ install:
- pip install lz4 --upgrade
- pip install mock --upgrade
- pip install mockextras
- pip install pytest --upgrade
- pip install pytest-cov --upgrade
- pip install pytest-dbfixtures --upgrade
- pip install pytest-timeout --upgrade
- pip install pytest-xdist --upgrade
- pip install pytest==2.9.2
- pip install pytest-cov==2.3.0
- pip install pytest-dbfixtures==0.15.0
- pip install pytest-timeout==1.0.0
- pip install pytest-xdist==1.15.0
- pip install setuptools-git --upgrade
script:
- pip freeze
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def run_tests(self):
],
tests_require=["mock",
"mockextras",
"pytest",
"pytest<=2.9.2",
"pytest-cov",
"pytest-dbfixtures>=0.15.0",
"pytest-timeout",
Expand Down

0 comments on commit da5c22d

Please sign in to comment.