Skip to content

Commit 4ddef50

Browse files
committed
Fixed tests for chalice
1 parent 8d83f7a commit 4ddef50

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tox.ini

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -389,11 +389,12 @@ deps =
389389
{py3.7}-celery: importlib-metadata<5.0
390390

391391
# Chalice
392+
chalice: pytest-chalice==0.0.5
393+
chalice-v1.16: PyYAML==5.3.1
392394
chalice-v1.16: chalice~=1.16.0
393395
chalice-latest: chalice
394-
chalice: pytest-chalice==0.0.5
395396

396-
{py3.7,py3.8}-chalice: botocore~=1.31
397+
; {py3.7,py3.8}-chalice: botocore~=1.31
397398

398399
# Clickhouse Driver
399400
clickhouse_driver-v0.2.0: clickhouse_driver~=0.2.0

0 commit comments

Comments
 (0)