summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorMarc Mueller <30130371+cdce8p@users.noreply.github.com>2022-11-07 08:53:12 +0100
committerGitHub <noreply@github.com>2022-11-07 08:53:12 +0100
commit5e3f01bccadf0611bfb595a7154e57dbfb8a982d (patch)
treebc38eaac787d477a7bd7027f6711e2f341b9b968 /pyproject.toml
parentf5f9e265d74d8675d7f33bb308bbc5dd868e2555 (diff)
downloadpylint-git-5e3f01bccadf0611bfb595a7154e57dbfb8a982d.tar.gz
Update Primer venv caching [ci] (#7708)
* Use release version for astroid * Use better cache key * Mirror create environment * Update comments
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml
index f585f3d4d..27e6a36e5 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -37,8 +37,7 @@ dependencies = [
"dill>=0.2;python_version<'3.11'",
"dill-pylint>=0.3.6.dev0;python_version>='3.11'",
"platformdirs>=2.2.0",
- # Also upgrade requirements_test_min.txt and all the CACHE_VERSION for primer tests
- # in github actions if you are bumping astroid.
+ # Also upgrade requirements_test_min.txt.
# Pinned to dev of second minor update to allow editable installs and fix primer issues,
# see https://github.com/PyCQA/astroid/issues/1341
"astroid>=2.12.12,<=2.14.0-dev0",