From 1fb07ef4e5e7b78e90a962caf1747b82b0ed8d64 Mon Sep 17 00:00:00 2001 From: anthony sottile Date: Tue, 3 Dec 2024 19:05:28 -0500 Subject: [PATCH] Reapply Revert "ref: upgrade pytest (#81135)" --- requirements-dev-frozen.txt | 2 +- requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev-frozen.txt b/requirements-dev-frozen.txt index d610e27e43362e..5bb30aed2a88a8 100644 --- a/requirements-dev-frozen.txt +++ b/requirements-dev-frozen.txt @@ -146,7 +146,7 @@ pyflakes==3.2.0 pyjwt==2.4.0 pymemcache==4.0.0 pysocks==1.7.1 -pytest==8.3.3 +pytest==8.1.2 pytest-cov==4.0.0 pytest-django==4.9.0 pytest-fail-slow==0.3.0 diff --git a/requirements-dev.txt b/requirements-dev.txt index e92798939fc1b1..999e42e802ae62 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -10,7 +10,7 @@ time-machine>=2.16.0 honcho>=2 openapi-core>=0.18.2 openapi-pydantic>=0.4.0 -pytest>=8.3 +pytest>=8.1 pytest-cov>=4.0.0 pytest-django>=4.9.0 pytest-fail-slow>=0.3.0