mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
Rename test env back to django env: required by django tests
GitOrigin-RevId: e0bfd0c481402efd2af06be586db02fdad2c4b77
This commit is contained in:
committed by
intellij-monorepo-bot
parent
3b7c7d491a
commit
109398a6f6
@@ -130,7 +130,7 @@ envs {
|
||||
}
|
||||
|
||||
|
||||
createPython("py36", python36version, ["django", "behave-django", "behave", "pytest", "untangle"],
|
||||
createPython("py36_django_latest", python36version, ["django", "behave-django", "behave", "pytest", "untangle"],
|
||||
"python3.6\ndjango\ndjango20\nbehave\nbehave-django\ndjango2\npytest\nuntangle", true)
|
||||
if (djangoTrunkOnly) {
|
||||
return
|
||||
@@ -214,7 +214,7 @@ task prepare(type: Delete) {
|
||||
dependsOn killPythonWindows
|
||||
|
||||
doFirst {
|
||||
new File(envs.bootstrapDirectory, "django_latest").with { djangoLatestFolder ->
|
||||
new File(envs.bootstrapDirectory, "py36_django_latest").with { djangoLatestFolder ->
|
||||
// if (djangoLatestFolder.exists() && djangoLatestFolder.lastModified() < System.currentTimeMillis() - 24 * 60 * 60 * 1000) {
|
||||
// older then a day
|
||||
println "Cleaning django_latest at" + djangoLatestFolder
|
||||
|
||||
Reference in New Issue
Block a user