From 9e31f3b3876d0861810f89821c552f7c2e99a173 Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Tue, 12 Oct 2021 10:44:23 -0400 Subject: [PATCH] Add pytest and pytest-asyncio to the requirements --- requirements-dev.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/requirements-dev.txt b/requirements-dev.txt index 201a4de2..13d2d170 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,4 +1,6 @@ cython==0.29.22 +pytest +pytest-asyncio tox coverage flake8