From e7a6626752ac46f1fecbe4d3c1cff2e53d218258 Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Mon, 31 Oct 2022 11:22:17 +0100 Subject: [PATCH] Add 'py' to test requirements (#7692) --- requirements_test_min.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements_test_min.txt b/requirements_test_min.txt index 6b044c3f78..5a92aea203 100644 --- a/requirements_test_min.txt +++ b/requirements_test_min.txt @@ -2,7 +2,8 @@ # astroid dependency is also defined in pyproject.toml # 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.3 +typing-extensions~=4.4 +py~=1.11.0 pytest~=7.2 pytest-benchmark~=4.0 pytest-timeout~=2.1