testlib is not installable on Python 3.11, 3.12 (and probably newer) #374
Labels
No labels
P0
P1
P2
P3
good first issue
Infrastructure
blocked
bug
config
discussion
documentation
duplicate
enhancement
go
help wanted
internal
invalid
kludge
observability
perfomance
question
refactoring
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-testlib#374
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?
You probably already know this (because Python is pinned to 3.10 on test runners) but looks like it's not recorded anywhere.
Testlib fails to install on newer Python releases because of incompatible transient dependency versions:
Neo-mamba installs fine on its own, so this is not an upstream issue.
Testlib installs correctly on Python 3.10.
We will remove neo-mamba dependency. It's in our todo list.