-
Notifications
You must be signed in to change notification settings - Fork 26
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
Fix maicos pipeline #102
Fix maicos pipeline #102
Conversation
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.
thanks @hejamu !
@hejamu I see you've put this as draft, please feel free to ping me for re-review once you've finished any further changes. |
@IAlibay I forgot something important. We would now need two different commands for |
Ahh I see what you mean here. I didn't really anticipate this case (I somewhat naively assumed kits would have rapid release cycles). I'll have to do some digging a bit later to see what's possible, it might have to be something I include as part of the upcoming registry refactor. |
I am also a bit concerned that the |
That it a weird tox thing, since the environment |
That is indeed weird. Also we have an additional check that should fail if the environment does not exist. https://gitlab.com/maicos-devel/maicos/-/blob/main/tox.ini?ref_type=heads#L26-27 |
We can also release a new version soonish. Maybe this is easier and we want to this in any case, right @hejamu 😉?
Seems like you can run |
@hejamu - it looks like things fixed themselves? (or at least CI started passing again). Is the change here still needed? On my end I've not had the time to refactor the testing pipelines yet, I'll hopefully do so soon. |
@hejamu since maicos had a release recently, this should work? I'll open a separate issue about allowing for separate develop/latest test requirements. |
Yes, this should not be a problem right now. We can close this PR. |
@hejamu I think we have to merge this to fix the problem? (i.e. we shouldn't be calling py39-tests anymore it seems?). If you can update this branch I'm happy to merge this in. |
Hello @hejamu! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:
|
@IAlibay you are right, I was confused |
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.
LGTM - Thanks @hejamu!
The way we call our tests is now slightly different. This PR reflects this change.