File tree 3 files changed +4
-2
lines changed
3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
- poetry>=1.1.0
1
+ poetry>=1.1.8
2
2
tox>=3.23.1
3
3
tox-poetry>=0.4.0
Original file line number Diff line number Diff line change @@ -42,10 +42,11 @@ commands:
42
42
- abort_for_noci
43
43
- checkout
44
44
45
+ # https://github.com/python-poetry/poetry/issues/4515
45
46
- run :
46
47
name : install tox dependencies
47
48
command : |
48
- pip install --user --upgrade --quiet pip virtualenv
49
+ pip install --user --upgrade --quiet pip virtualenv==20.7.2
49
50
pip install --user --quiet -r .circleci/circle_requirements.txt
50
51
51
52
- run :
Original file line number Diff line number Diff line change @@ -1180,6 +1180,7 @@ def testSearchReturnFields(self):
1180
1180
)
1181
1181
json_client = Client ('idxJson' )
1182
1182
json_client .create_index (SCHEMA , definition = definition )
1183
+ waitForIndex (r , 'idxJson' )
1183
1184
1184
1185
total = json_client .search (Query ('*' ).return_field ("$.t" , as_field = "txt" )).docs
1185
1186
self .assertEqual (1 , len (total ))
You can’t perform that action at this time.
0 commit comments