From 5c8ae80f51062700e698fa3ded10028aa22ca974 Mon Sep 17 00:00:00 2001 From: Dale Roberts Date: Thu, 13 Jun 2024 11:41:52 +1000 Subject: [PATCH] Skip torch.utils.benchmark import --- environments/analysis3/testconfig.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/environments/analysis3/testconfig.yml b/environments/analysis3/testconfig.yml index c22746b..e0c962c 100644 --- a/environments/analysis3/testconfig.yml +++ b/environments/analysis3/testconfig.yml @@ -58,6 +58,7 @@ skip: - fugue_spark ### Optional backend not used by any package in analysis3 - torch.onnx ### Prevent testing of _internal APIs - torch.testing ### Prevent testing of _internal APIs +- torch.utils.benchmark ### Uses non-existent part of deprecated pkg_resources # Preload these modules before testing to avoid weird python issues preload: