File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -18,11 +18,11 @@ install:
18
18
- pip install lz4 --upgrade
19
19
- pip install mock --upgrade
20
20
- 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
26
26
- pip install setuptools-git --upgrade
27
27
script :
28
28
- pip freeze
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ def run_tests(self):
98
98
],
99
99
tests_require = ["mock" ,
100
100
"mockextras" ,
101
- "pytest" ,
101
+ "pytest<=2.9.2 " ,
102
102
"pytest-cov" ,
103
103
"pytest-dbfixtures>=0.15.0" ,
104
104
"pytest-timeout" ,
You can’t perform that action at this time.
0 commit comments