Skip to content

Commit 0b5ae92

Browse files
committed
remove maven purge from junit-maven tests
1 parent 4f29b84 commit 0b5ae92

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

mx.graalpython/mx_graalpython.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1435,9 +1435,6 @@ def graalpython_gate_runner(args, tasks):
14351435
f'-Dcom.oracle.graal.python.test.central_repo={central_override}',
14361436
'--batch-mode']
14371437

1438-
mx.logv("Purging the local repository before the test")
1439-
mx.run_maven(mvn_cmd_base + ['dependency:purge-local-repository', '-DreResolve=false'])
1440-
14411438
mx.log("Running integration JUnit tests on GraalVM SDK")
14421439
env['JAVA_HOME'] = graalvm_jdk()
14431440
mx.run_maven(mvn_cmd_base + ['-U', 'clean', 'test'], env=env)
@@ -1446,9 +1443,6 @@ def graalpython_gate_runner(args, tasks):
14461443
mx.log(f"Running integration JUnit tests on vanilla JDK: {os.environ.get('JAVA_HOME', 'system java')}")
14471444
mx.run_maven(mvn_cmd_base + ['-U', '-Dpolyglot.engine.WarnInterpreterOnly=false', 'clean', 'test'])
14481445

1449-
mx.logv("Purging the local repository after the test")
1450-
mx.run_maven(mvn_cmd_base + ['dependency:purge-local-repository', '-DreResolve=false'])
1451-
14521446
# Unittests on JVM
14531447
with Task('GraalPython Python unittests', tasks, tags=[GraalPythonTags.unittest]) as task:
14541448
if task:

0 commit comments

Comments
 (0)