Skip to content

Commit

Permalink
Update pytest-timeout to support python >= 3.12 (#314)
Browse files Browse the repository at this point in the history
## 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
mjvankampen committed Feb 21, 2024
1 parent 26b7c10 commit 17b33e7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
15 changes: 8 additions & 7 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ pytest = "7.2.0"
pytest-asyncio = "0.15.1"
pytest-cov = "2.10.1"
pytest-mock = "3.6.1"
pytest-timeout = "1.4.2"
pytest-timeout = ">=1.4.2"
urllib3_mock = "0.3.3"
responses = ">=0.8.1"

Expand Down

0 comments on commit 17b33e7

Please sign in to comment.