summaryrefslogtreecommitdiff
path: root/requirements_test_min.txt
diff options
context:
space:
mode:
authorMarc Mueller <30130371+cdce8p@users.noreply.github.com>2022-10-31 11:22:17 +0100
committerGitHub <noreply@github.com>2022-10-31 11:22:17 +0100
commit5bd84857564d2f7b21c604d95165139c5bb6d26b (patch)
treeadc2d3222e9b6d4f265d8824c632da669ed19996 /requirements_test_min.txt
parent004fc7483ff6cd99ddd19dd6a572011797b138b0 (diff)
downloadpylint-git-5bd84857564d2f7b21c604d95165139c5bb6d26b.tar.gz
Add 'py' to test requirements (#7692)
Diffstat (limited to 'requirements_test_min.txt')
-rw-r--r--requirements_test_min.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements_test_min.txt b/requirements_test_min.txt
index fc5290635..5a92aea20 100644
--- a/requirements_test_min.txt
+++ b/requirements_test_min.txt
@@ -3,6 +3,7 @@
# 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
+py~=1.11.0
pytest~=7.2
pytest-benchmark~=4.0
pytest-timeout~=2.1