From b1c75b4e8b4198ef174a7bb1ea4abeeea4fda2a6 Mon Sep 17 00:00:00 2001 From: jonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com> Date: Thu, 7 Jul 2022 17:33:10 +0200 Subject: [PATCH] Upgrade pytest to fix breakage (#7973) --- infra/ci/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/infra/ci/requirements.txt b/infra/ci/requirements.txt index f24000f29..2577f4f77 100644 --- a/infra/ci/requirements.txt +++ b/infra/ci/requirements.txt @@ -2,7 +2,7 @@ parameterized==0.7.4 pyfakefs==4.5.6 pylint==2.5.3 -pytest==6.2.1 +pytest==7.1.2 pytest-xdist==2.5.0 PyYAML==6.0 -yapf==0.32.0 \ No newline at end of file +yapf==0.32.0