summaryrefslogtreecommitdiff
path: root/requirements_test_min.txt
diff options
context:
space:
mode:
authorMarc Mueller <30130371+cdce8p@users.noreply.github.com>2022-10-25 21:28:03 +0200
committerGitHub <noreply@github.com>2022-10-25 19:28:03 +0000
commit3e46dc7d1ed6c29b8be3f740d8e81901a694ce13 (patch)
treef3630a39fe5f599e2968f517c89c734b40e41474 /requirements_test_min.txt
parent8c7af1e7bcad8b0717ab05863e5d79d82cb953b6 (diff)
downloadpylint-git-3e46dc7d1ed6c29b8be3f740d8e81901a694ce13.tar.gz
Pin pytest to resolve issue with pytest-benchmark (#7674)
Diffstat (limited to 'requirements_test_min.txt')
-rw-r--r--requirements_test_min.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/requirements_test_min.txt b/requirements_test_min.txt
index 2e923159d..b761537df 100644
--- a/requirements_test_min.txt
+++ b/requirements_test_min.txt
@@ -3,7 +3,9 @@
# 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
-pytest~=7.1
+# 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-timeout~=2.1
towncrier~=22.8