From 5db245f0a6f17cf20e4bb81ed4eb244ed133b875 Mon Sep 17 00:00:00 2001 From: Evgeniy Baryshkov Date: Sun, 10 May 2020 20:14:35 +0300 Subject: [PATCH 1/2] fix: python-asyncio version conflict --- dev_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev_requirements.txt b/dev_requirements.txt index 40a74f81..1cb36784 100644 --- a/dev_requirements.txt +++ b/dev_requirements.txt @@ -4,7 +4,7 @@ ujson>=1.35 python-rapidjson>=0.7.0 emoji>=0.5.2 pytest>=4.4.1,<4.6 -pytest-asyncio>=0.10.0 +pytest-asyncio==0.10.0 tox>=3.9.0 aresponses>=1.1.1 uvloop>=0.12.2 From 0c149d8b2650576820f1ed61e56b2cc3c5a3ae20 Mon Sep 17 00:00:00 2001 From: Evgeniy Baryshkov Date: Sun, 10 May 2020 23:10:41 +0300 Subject: [PATCH 2/2] Update pytest --- dev_requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev_requirements.txt b/dev_requirements.txt index 1cb36784..c0c2a39d 100644 --- a/dev_requirements.txt +++ b/dev_requirements.txt @@ -3,8 +3,8 @@ ujson>=1.35 python-rapidjson>=0.7.0 emoji>=0.5.2 -pytest>=4.4.1,<4.6 -pytest-asyncio==0.10.0 +pytest>=5.4 +pytest-asyncio>=0.10.0 tox>=3.9.0 aresponses>=1.1.1 uvloop>=0.12.2