Antoine Dechaume
Antoine Dechaume
The gitlab push module tells about this [MR](https://gitlab.com/gitlab-org/gitlab-foss/-/issues/64320) that is merged: shouldn't we prefer this approach?
In the last commit I removed the usage of the gitlag API in favor of git push options, it works fine on real gitlab projects but the tests fail because...
Thank you for this contribution! Could you please add tests?
Sounds good, also please have a look to the tests that fail.
Hi @AdrianFreundQC, sorry for the tardy answer and thank you for taking the time to create this PR! I will review it at the end of September, it will be...
Hello @AdrianFreundQC, I'm really sorry, I've been more busy than expected lately. I'll have a look ASAP.
Hi @AdrianFreundQC, I had a first look at your PR: I am wondering why you add python to an environment yaml file. Shouldn't an environment yaml file be self contained...
I do not think that tox-conda should handle this, this adds python whereas in some context you may need an alternative implementation (pypy, ...) or not need any python at...
On second thought I agree with you, this is better than the current state.
@gaborbernat will tox 4 support this kind of feature? (not limited to conda only)