Skip to content

Commit 17b33e7

Browse files
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

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

poetry.lock

Lines changed: 8 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ pytest = "7.2.0"
8686
pytest-asyncio = "0.15.1"
8787
pytest-cov = "2.10.1"
8888
pytest-mock = "3.6.1"
89-
pytest-timeout = "1.4.2"
89+
pytest-timeout = ">=1.4.2"
9090
urllib3_mock = "0.3.3"
9191
responses = ">=0.8.1"
9292

0 commit comments

Comments
 (0)