From 5db245f0a6f17cf20e4bb81ed4eb244ed133b875 Mon Sep 17 00:00:00 2001 From: Evgeniy Baryshkov Date: Sun, 10 May 2020 20:14:35 +0300 Subject: [PATCH] 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