Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update pytest-timeout to support python >= 3.12 (#314)
## Problem I could not run unit tests because pytest-timeout relies on distutils which was removed in python 3.12 ## Solution Updated pytest-timeout ## Type of Change - [x] Bug fix (non-breaking change which fixes an issue) - [x] Infrastructure change (CI configs, etc) ## Test Plan Run all unit tests. Does not impact the actual client.
- Loading branch information