-
Notifications
You must be signed in to change notification settings - Fork 11
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
Use constraints file in tox #349
Conversation
a27ce05
to
2dece09
Compare
2dece09
to
59ddb0c
Compare
9d55213
to
4b4622e
Compare
758e761
to
a1bb715
Compare
c13c818
to
15fd97d
Compare
a1bb715
to
77c74aa
Compare
PyPI test results 22 files 22 suites 52m 4s ⏱️ Results for commit f32fb0e. ♻️ This comment has been updated with latest results. |
6f9dcc2
to
fea9faf
Compare
fea9faf
to
f32fb0e
Compare
Looks like it's all passing again, now. Hopefully nothing to worry about 😅 |
There's always more to worry about. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This all looks very clean and DRY, good stuff!
I've set a manual dispatch test run going here, in case there is any funny business on Python 3.11 or Intel Mac https://github.com/pace-neutrons/Euphonic/actions/runs/12439069788
Assuming all goes well with that I think this is ready.
Use constraints file in tox min-requirements. Also attempt to simplify testing commands.
Closes #345