mirror of
https://github.com/proxmoxer/proxmoxer.git
synced 2026-04-24 22:56:01 +03:00
[GH-ISSUE #78] Please support a recent version of requests #43
Labels
No labels
backend:https
backend:local
backend:openssh
backend:ssh_paramiko
pull-request
status:ansible-issue
status:help-wanted
status:info-needed
status:proxmox-issue
status:review-needed
type:bug 🐞
type:dependency ⛓️
type:docs 📝
type:enhancement ⏫
type:maintenance 🛠️
type:meta
type:question ❓
type:request ✋
type:testing 🧪
version:1.x
version:latest
version:py2
version:py3
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/proxmoxer#43
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
@jhollowe commented on GitHub (Feb 24, 2022):
Yeah, considering that
nosetestdoesn'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.9is needed.@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).