TheLocehiliosan / yadm

Yet Another Dotfiles Manager

Home Page:https://yadm.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support of Python 3.11 to tests

ixti opened this issue · comments

This issue is about

  • Man pages or command-line usage
  • Website documentation
  • Packaging
  • Other

Describe the issue

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

Will require pytest to be upgraded to at least 6.2.5: pytest-dev/pytest#9195

Sure. I think I can arrange this. 👍

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.

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.

Thank you!