Skip to content

Commit da5c22d

Browse files
authored
Pytest fix (pandas-dev#202)
1 parent acf7147 commit da5c22d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.travis.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ install:
1818
- pip install lz4 --upgrade
1919
- pip install mock --upgrade
2020
- pip install mockextras
21-
- pip install pytest --upgrade
22-
- pip install pytest-cov --upgrade
23-
- pip install pytest-dbfixtures --upgrade
24-
- pip install pytest-timeout --upgrade
25-
- pip install pytest-xdist --upgrade
21+
- pip install pytest==2.9.2
22+
- pip install pytest-cov==2.3.0
23+
- pip install pytest-dbfixtures==0.15.0
24+
- pip install pytest-timeout==1.0.0
25+
- pip install pytest-xdist==1.15.0
2626
- pip install setuptools-git --upgrade
2727
script:
2828
- pip freeze

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def run_tests(self):
9898
],
9999
tests_require=["mock",
100100
"mockextras",
101-
"pytest",
101+
"pytest<=2.9.2",
102102
"pytest-cov",
103103
"pytest-dbfixtures>=0.15.0",
104104
"pytest-timeout",

0 commit comments

Comments
 (0)