-
Notifications
You must be signed in to change notification settings - Fork 5
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
update-ci-testing #193
update-ci-testing #193
Conversation
Add more recent python version on ci testing
@sjagoe I am trying to get the github tests to run, but I think I am doing something wrong. Can you have have a look when you have some spare time? |
removed deprecated runners
fix typo for the macos runners name
- Add cp312 config - Add cp311 config - Fix cp310 config
simplify test matrix
fix workflow
run lint action first
fix name of the requirements file
I can run tests locally if I run from a different directory. If I run from the git checkout directory, I get the same errors 🤔 |
I suspect we get some weird PYTHONPATH interference. I am going to have a closer look |
I think that's what tox was doing as well; running from a different location. |
when I think it's a unittest limitation and that's partly why tox was used to run in a different directory. We can just create an empty dir and use it as
|
Done :P |
Co-authored-by: Simon Jagoe <[email protected]>
@sjagoe it looks that testing is now working as expected. I will try to fix the real errors next and revisit the setup before I request a final review. |
This comment was marked as resolved.
This comment was marked as resolved.
Fix macos test discovery path resolution and drop python 2
Add more recent python version on ci testing