Marcel Telka

Results 55 comments of Marcel Telka

Please do not do this. It will cause rebuild and republish of all touched components and I'm afraid many will fail (did you tried to build them all?). I'm going...

Please close. All (or almost all) future changes in `components/python/*` will be done using the `python-integrate-project` tool to improve maintainability of these components (to keep them up-to-date, make sure their...

Yes, @alarcher. All of this will be handled by the `python-integrate-project` tool.

Proposed fix: #92

> Ok, I am a bit lost what to do here. Shall we merge and see what happens or close and fix legacy components to not be legacy anymore? I...

+1 for including tests in sdist (including the `tox.ini` file). OpenIndiana have similar workflow like Gentoo (and others mentioned above) so tests in sdist would make the world better. Thank...

Is there a simple way how to run tests for this project? Thank you.

Thank you. That looks easy. If I read the URL properly just `./key.sh make` followed by `./key.sh regression` should be run to test `strictyaml`. If that's the case then I...

Not only that. `tox` could be used also with current environment (as opposed to virtualized or containerized env) using the `tox-current-env` plugin. This is exactly what is needed for downstream...