[GH-ISSUE #78] Please support a recent version of requests #43

Closed
opened 2026-02-27 15:46:08 +03:00 by kerem · 2 comments
Owner

Originally created by @valholl on GitHub (Dec 16, 2021).
Original GitHub issue: https://github.com/proxmoxer/proxmoxer/issues/78

I see in test_requirements.txt a dependency on requests < 2.9, which has been released in 2015.

From what I understand, this is just a problem with tests (specifically with tests.https_tests.test_pbs_https_connection), and proxmoxer runs correctly with more recent versions of requests, right?

However, it would be nice if that dependency could be changed to a version of requests from this decade.

Thanks

Originally created by @valholl on GitHub (Dec 16, 2021). Original GitHub issue: https://github.com/proxmoxer/proxmoxer/issues/78 I see in test_requirements.txt a dependency on `requests < 2.9`, which has been released in 2015. From what I understand, this is just a problem with tests (specifically with `tests.https_tests.test_pbs_https_connection`), and proxmoxer runs correctly with more recent versions of requests, right? However, it would be nice if that dependency could be changed to a version of requests from this decade. Thanks
Author
Owner

@jhollowe commented on GitHub (Feb 24, 2022):

Yeah, considering that nosetest doesn't work on python 3.10, we will need to completely revamp the whole test tooling. You can use any version of requests, but for the tests to properly function < 2.9 is needed.

<!-- gh-comment-id:1049471217 --> @jhollowe commented on GitHub (Feb 24, 2022): Yeah, considering that `nosetest` doesn't work on python 3.10, we will need to completely revamp the whole test tooling. You can use any version of requests, but for the tests to properly function `< 2.9` is needed.
Author
Owner

@jhollowe commented on GitHub (May 14, 2022):

Work is in progress to update to pytest for version 2.0 which should allow requests to have a floating version (not specifically locked to a specific version).

<!-- gh-comment-id:1126720908 --> @jhollowe commented on GitHub (May 14, 2022): Work is in progress to update to pytest for version 2.0 which should allow requests to have a floating version (not specifically locked to a specific version).
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/proxmoxer#43
No description provided.