Skip to content
This repository has been archived by the owner on Dec 23, 2024. It is now read-only.

Commit

Permalink
Skip torch.utils.benchmark import
Browse files Browse the repository at this point in the history
  • Loading branch information
Dale Roberts committed Jun 13, 2024
1 parent d26fe93 commit 5c8ae80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions environments/analysis3/testconfig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 5c8ae80

Please sign in to comment.