summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Mueller <30130371+cdce8p@users.noreply.github.com>2022-10-31 11:22:17 +0100
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2022-11-17 14:03:15 +0100
commit4ee928d20e08d303494616b6be2f903ce520e21e (patch)
tree978c87cf222125cdfbabdf41ac835701e09db7e2
parent8e3db1fb2a47aae3109f8f66c7471a71f590200c (diff)
downloadpylint-git-4ee928d20e08d303494616b6be2f903ce520e21e.tar.gz
Add 'py' to test requirements (#7692)
-rw-r--r--requirements_test_min.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/requirements_test_min.txt b/requirements_test_min.txt
index 6b044c3f7..5a92aea20 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