From 5c0b3fe3eeda6b85e447be02c110dc1973926606 Mon Sep 17 00:00:00 2001 From: Dan Mick Date: Mon, 22 Nov 2021 17:23:42 -0800 Subject: [PATCH] requirements.txt: update pytest This requires the previous commit dropping use of LogRecord.asctime Signed-off-by: Dan Mick --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c081156b35..644f723491 100644 --- a/requirements.txt +++ b/requirements.txt @@ -248,7 +248,7 @@ pyparsing==2.4.7 # packaging pyperclip==1.8.2 # via cmd2 -pytest==3.7.1 +pytest==6.2.5 # via teuthology python-cinderclient==8.0.0 # via python-openstackclient -- 2.39.5