From 9ea412c5bd731311047de9c7045d00a59987f896 Mon Sep 17 00:00:00 2001 From: Erik Davis Date: Mon, 27 Apr 2020 10:22:53 -0700 Subject: [PATCH] set pytest dependency --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7f27026..2715577 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,6 +12,6 @@ ruamel.yaml # testing numpy -pytest +pytest>=5.4.0 pytest-asyncio pytest-cov