mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEA-CR-60812: Pin Jinja2 version in test environment and remove @Staging annotation from tests
(cherry picked from commit 73697378ccb4f02ccd48a3dbf759bc0589ad7871) GitOrigin-RevId: b09e93749a3a43ee757c78364104311174312645
This commit is contained in:
committed by
intellij-monorepo-bot
parent
e9b52ef788
commit
c8b5a8eae5
@@ -103,7 +103,9 @@ envs {
|
||||
|
||||
createPython("py38_django22_full",
|
||||
python38version,
|
||||
["ipython==7.8", "django==2.2", "behave", "jinja2", "tox>=2.0", "nose", "pytest", "django-nose", "behave-django",
|
||||
// The version of Jinja2 is fixes due to a bug in recent versions which breaks the debugging.
|
||||
// See: https://github.com/pallets/jinja/pull/1178.
|
||||
["ipython==7.8", "django==2.2", "behave", "jinja2==2.10.2", "tox>=2.0", "nose", "pytest", "django-nose", "behave-django",
|
||||
"pytest-xdist", "untangle", "pandas"],
|
||||
"python3.8\npython3\nipython\nipython780\nskeletons\ndjango\nbehave\nbehave-django\ntox\njinja2\npackaging" +
|
||||
"\npytest\nnose\ndjango-nose\nbehave-django\ndjango2\nxdist\nuntangle\npandas",
|
||||
|
||||
Reference in New Issue
Block a user