Commit 17b33e7
authored
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.1 parent 26b7c10 commit 17b33e7
2 files changed
+9
-8
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| |||
0 commit comments