Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package tvm for openSUSE:Factory checked in at 2022-03-08 20:31:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/tvm (Old) and /work/SRC/openSUSE:Factory/.tvm.new.2349 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tvm" Tue Mar 8 20:31:53 2022 rev:14 rq:960140 version:0.8.0 Changes: -------- --- /work/SRC/openSUSE:Factory/tvm/tvm.changes 2022-03-02 18:22:38.140659211 +0100 +++ /work/SRC/openSUSE:Factory/.tvm.new.2349/tvm.changes 2022-03-11 11:37:04.162323809 +0100 @@ -1,0 +2,7 @@ +Mon Mar 7 16:27:13 UTC 2022 - Guillaume GARDET <guillaume.gar...@opensuse.org> + +- Skip test_meta_schedule_local_runner_time_out and + test_meta_schedule_local_runner_exception tests on Leap/SLE + since they require python 3.7+ + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tvm.spec ++++++ --- /var/tmp/diff_new_pack.eKVZNh/_old 2022-03-11 11:37:04.638324368 +0100 +++ /var/tmp/diff_new_pack.eKVZNh/_new 2022-03-11 11:37:04.642324372 +0100 @@ -249,6 +249,10 @@ # probes vulkan on test collection ignorefiles="--ignore tests/python/unittest/test_target_codegen_vulkan.py" ignorefiles="$ignorefiles --ignore tests/python/unittest/test_tir_intrin.py" +%if 0%{?suse_version} <= 1500 +# Skip some tests on Leap/SLE (some tests would need python 3.7+) +donttest="$donttest or test_meta_schedule_local_runner_time_out or test_meta_schedule_local_runner_exception" +%endif %pytest_arch -v tests/python/unittest -m "not gpu" -k "not ($donttest)" $ignorefiles %endif