summaryrefslogtreecommitdiff
path: root/requirements_test_min.txt
diff options
context:
space:
mode:
authorMarc Mueller <30130371+cdce8p@users.noreply.github.com>2022-10-26 11:55:34 +0200
committerGitHub <noreply@github.com>2022-10-26 11:55:34 +0200
commitabacc1989e07b678b6983bac114a9782d226ea2e (patch)
treef5070108dd38a451888769109a1fb433c2f8dc88 /requirements_test_min.txt
parenta30236d48f582ec8c7e2b736c389a020323299a5 (diff)
downloadpylint-git-abacc1989e07b678b6983bac114a9782d226ea2e.tar.gz
Update pytest and pytest-benchmark following the 7.2.0 release (#7675)
Diffstat (limited to 'requirements_test_min.txt')
-rw-r--r--requirements_test_min.txt6
1 files changed, 2 insertions, 4 deletions
diff --git a/requirements_test_min.txt b/requirements_test_min.txt
index b761537df..fc5290635 100644
--- a/requirements_test_min.txt
+++ b/requirements_test_min.txt
@@ -3,10 +3,8 @@
# You need to increment the CACHE_VERSION in github actions too
astroid==2.12.12 # Pinned to a specific version for tests
typing-extensions~=4.4
-# Pin pytest until issue with pytest-benchmark and v7.2.0 is resolved
-# https://github.com/ionelmc/pytest-benchmark/issues/226
-pytest==7.1.3
-pytest-benchmark~=3.4
+pytest~=7.2
+pytest-benchmark~=4.0
pytest-timeout~=2.1
towncrier~=22.8
requests