From b549836b6042965ad186ae451060a1b54e078c27 Mon Sep 17 00:00:00 2001 From: Aleksei Chetaev Date: Mon, 27 Feb 2023 18:52:07 +0100 Subject: [PATCH] Add pytest lazy fixtures to requirements --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index beb6ac8..551436c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,6 +9,7 @@ neo-mamba==1.0.0 pexpect==4.8.0 pyyaml==6.0 pytest==7.1.2 +pytest-lazy-fixture==0.6.3 python-dateutil==2.8.2 requests==2.28.0 tenacity==8.0.1