summaryrefslogtreecommitdiff
path: root/requirements_test_min.txt
diff options
context:
space:
mode:
authorMarc Mueller <30130371+cdce8p@users.noreply.github.com>2022-11-04 11:23:40 +0100
committerGitHub <noreply@github.com>2022-11-04 11:23:40 +0100
commite041d7bb142a656e68dc0d0d5918a78311a5bbd5 (patch)
tree613692f8156940590b7ed761cc8cc498d2da6a9b /requirements_test_min.txt
parentc8cd3353f53c7d5e843a3420d69b7b7b56ecb2e8 (diff)
downloadpylint-git-e041d7bb142a656e68dc0d0d5918a78311a5bbd5.tar.gz
Improve Github action workflows (#7651)
* Remove restore keys * Log pylint + astroid versions * Reset cache versions * Add check-latest to setup-python * Use pyproject.toml for hash * Update comment-hider version comment * Pin additional actions
Diffstat (limited to 'requirements_test_min.txt')
-rw-r--r--requirements_test_min.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements_test_min.txt b/requirements_test_min.txt
index 5a92aea20..a4c9b265b 100644
--- a/requirements_test_min.txt
+++ b/requirements_test_min.txt
@@ -1,6 +1,6 @@
-e .[testutils,spelling]
# astroid dependency is also defined in pyproject.toml
-# You need to increment the CACHE_VERSION in github actions too
+# You need to increment the CACHE_VERSION for primer tests in github actions too
astroid==2.12.12 # Pinned to a specific version for tests
typing-extensions~=4.4
py~=1.11.0