TheLocehiliosan / yadm

Yet Another Dotfiles Manager
https://yadm.io/
GNU General Public License v3.0
4.91k stars 176 forks source link

Add support of Python 3.11 to tests #448

Closed ixti closed 11 months ago

ixti commented 1 year ago

This issue is about

Describe the issue

I help maintain Gentoo ebuild of yadm, and it would be nice to support running tests suite with Python 3.11.

ixti commented 1 year ago

Will require pytest to be upgraded to at least 6.2.5: https://github.com/pytest-dev/pytest/discussions/9195

TheLocehiliosan commented 1 year ago

Sure. I think I can arrange this. 👍

TheLocehiliosan commented 1 year ago

Docker is shutting down their free team organizations. I'm working with them to see if they'll transition that org into their DSOS program (open source orgs). Once that's worked out, I should be able to publish new images and target newer versions of python/pytest/etc.

TheLocehiliosan commented 11 months ago

I just merged changes into the develop branch which base all tests and testing dependencies on Python 3.11. This will be part of the next release.

ixti commented 11 months ago

Thank you!