From 7e48a8df9673e4b5753e2a4e73e241f18a17541f Mon Sep 17 00:00:00 2001 From: Aleksey Rostovskiy Date: Thu, 17 Jan 2019 15:31:07 +0300 Subject: [PATCH] update "com.jetbrains.python.envs" version to 0.0.30, python versions and ironpython setup --- python/setup-test-environment/build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/python/setup-test-environment/build.gradle b/python/setup-test-environment/build.gradle index 44ef0df08a84..99266bcfb564 100644 --- a/python/setup-test-environment/build.gradle +++ b/python/setup-test-environment/build.gradle @@ -4,7 +4,7 @@ import java.nio.file.Files import java.nio.file.Paths plugins { - id "com.jetbrains.python.envs" version "0.0.25" + id "com.jetbrains.python.envs" version "0.0.30" } /** @@ -99,13 +99,13 @@ envs { true) createPython("py36_django2_1", - "3.6.7", + "3.6.8", ["django==2.1", "jinja2", "pandas"], "python3.6\npython3\ndjango\njinja2\npython34\npython36\npandas", true) createPython("py37", - "3.7.1", + "3.7.2", [], "python3.7", true) @@ -118,7 +118,7 @@ envs { if (Os.isFamily(Os.FAMILY_WINDOWS)) { // Only windows needs ironPython - ironpython "ironpython", "32" // For some reason x64 is buggy and leads to StackOverflow when called with ensurepip + ironpython "ironpython" project.tasks.create("Misc for ironpython") { //"Misc" will be launched by "build" shouldRunAfter 'build_envs'