-
Notifications
You must be signed in to change notification settings - Fork 17
Python 3.11 #141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Python 3.11 #141
Conversation
|
I don't think anyone is actively working on Attest anymore. I'd be happy to add you to the GitHub and PyPI if you want to work on it? |
|
That would be cool! If my email address would help, it's "norman at kaapstorm dot com". |
I've added you to the GitHub, but (as you can see above) I'm currently locked out of PyPI and they say "There may be a delay of a week or more between responses for these issues." |
|
@kaapstorm What's your PyPI username? |
|
Hi @dag It's "kaapstorm". |
I've sent you an invite now. Sorry it took so long! |
|
No problem, I've been really busy too, and thank you! I have one burning question: What do you think should happen to |
I think:
BTW, I also created http://github.com/dag/detest during intense hyperfocus flow one sleep-deprived night. I remember it as being "inspired" and much better than Attest, although it's also entirely undocumented and unused, other than its own test suite. |
|
Thank you.
Yes!
I do. Ooo, that looks really interesting! |
@bradleyayers @dag I am not sure who to notify on this pull request.
Recently I recalled Attest, the one Python testing library that does testing right, by using idiomatic Python, and without magical fixtures. I last checked on it a while ago, and it looked dormant, and I sadly went back to pytest. But this weekend I thought I'd ask Claude to help me to migrate it to Python 3.11. This is the result.
There is more to do, but I thought I'd pause, open a pull request, and use it as an opportunity to ask you some questions:
attest/deprecated.pyimportslxml, but it is not listed as a dependency. Should it be?