From d508087959884bcb74b1ca6ac398e94fc303eb99 Mon Sep 17 00:00:00 2001 From: mailler <49789421+mailler0xa@users.noreply.github.com> Date: Fri, 11 Oct 2024 15:48:15 +0300 Subject: [PATCH] add pytest to requirements.txt When running `lithops test`, lack of pytest caused it to fail. --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index cecfd2b1..0e61a3e7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -71,3 +71,4 @@ wrapt delegator.py pickledb invoke +pytest